From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934072AbYDWBGx (ORCPT ); Tue, 22 Apr 2008 21:06:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758549AbYDWBGp (ORCPT ); Tue, 22 Apr 2008 21:06:45 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50169 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756229AbYDWBGp (ORCPT ); Tue, 22 Apr 2008 21:06:45 -0400 Date: Tue, 22 Apr 2008 18:06:16 -0700 (PDT) From: Linus Torvalds To: Jesse Barnes cc: Ivan Kokshaysky , Jeff Chua , Greg KH , Linux Kernel Mailing List Subject: Re: [Broken] PCI: clean up resource alignment management In-Reply-To: <200804221551.56502.jbarnes@virtuousgeek.org> Message-ID: References: <200804221551.56502.jbarnes@virtuousgeek.org> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 22 Apr 2008, Jesse Barnes wrote: > On Tuesday, April 22, 2008 3:13 pm Linus Torvalds wrote: > > > > Now we just need to have somebody test it. It turns out that I no longer > > have any Cardbus cards, since my laptops now all have built-in wireless. > > Boo hiss for me. > > I may be in the same boat, I'll have to dig around and see if I have any... > That said, I think an explicit alignment field would make things even cleaner > (and like you said allow us to take advantage of bus specific alignment > better). Never mind. The error happens even without a card or driver, just plain cardbus. I'll test the fix and check it in if it looks ok, Linus