[PATCH] powerpc/83xx: don't probe broken PCI on mpc837x_mds boards

2008-10-02 Thread Anton Vorontsov
In the standalone setup the board's CPLD disables the PCI internal arbiter, thus any access to the PCI bus will hang the board. When there is no PCI arbiter on the bus the u-boot marks the PCI bus as broken and we should not try to probe it. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] ---

Re: [PATCH] powerpc/83xx: don't probe broken PCI on mpc837x_mds boards

2008-10-02 Thread Kumar Gala
On Oct 2, 2008, at 10:18 AM, Anton Vorontsov wrote: In the standalone setup the board's CPLD disables the PCI internal arbiter, thus any access to the PCI bus will hang the board. When there is no PCI arbiter on the bus the u-boot marks the PCI bus as broken and we should not try to probe it.