From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 3F8E8DDF2F for ; Thu, 8 Mar 2007 07:01:49 +1100 (EST) In-Reply-To: <1173292541.23776.125.camel@ld0161-tx32> References: <1173292541.23776.125.camel@ld0161-tx32> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH] Do not skip PCI Express to PCI bridge when scanning OF node Date: Wed, 7 Mar 2007 14:00:52 -0600 To: Jon Loeliger , Haiying Wang Cc: "linuxppc-dev@ozlabs.org Dev ML" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 7, 2007, at 12:35 PM, Jon Loeliger wrote: > From: Haiying Wang > > Signed-off-by: Zhang Wei > Signed-off-by: Haiying Wang > Signed-off-by: Jon Loeliger The signed-off-by's are out of order if this patch is really from Haiyang. Also, I think a better description about why this was needed should be provided. I'm guessing devices behind a PCI Ex to PCI bridge end up pdev->bus->self set? Seems like a bug in the generic pci code. - k