From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 635DDDDEBE for ; Tue, 5 Jun 2007 05:03:44 +1000 (EST) Subject: Re: [PATCH 3/5] Float the pci bus number on MPC8641HPCN board. From: Jon Loeliger To: Benjamin Herrenschmidt In-Reply-To: <1180740531.19517.480.camel@localhost.localdomain> References: <11798051102658-git-send-email-wei.zhang@freescale.com> <11798051101543-git-send-email-wei.zhang@freescale.com> <1179805110272-git-send-email-wei.zhang@freescale.com> <1179805110278-git-send-email-wei.zhang@freescale.com> <1179856792.27985.22.camel@rhino> <46B96294322F7D458F9648B60E15112C234A2D@zch01exm26.fsl.freescale.net> <46B96294322F7D458F9648B60E15112C30777C@zch01exm26.fsl.freescale.net> <18015.48278.312517.781244@cargo.ozlabs.ibm.com> <46B96294322F7D458F9648B60E15112C30780F@zch01exm26.fsl.freescale.net> <1180740531.19517.480.camel@localhost.localdomain> Content-Type: text/plain Message-Id: <1180983654.9632.28.camel@ld0161-tx32> Mime-Version: 1.0 Date: Mon, 04 Jun 2007 14:00:54 -0500 Cc: linuxppc-dev list , Paul Mackerras , Wei Zhang List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-06-01 at 18:28, Benjamin Herrenschmidt wrote: > On Fri, 2007-06-01 at 14:58 -0500, Kumar Gala wrote: > > > > So looking at the code it looks like pci_assign_all_buses should > > handle numbering the busses properly when we scan the busses, so > > what's the issue that causes that not to be correct? > > Yeah, that's what powermac uses... Any reason it wouldn't work ? > > Ben. Empirical testing says it doesn't work. jdl