Re: [U-Boot] [PATCH/RFC 5/6] pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOW

2010-11-14 Thread Wolfgang Denk
Dear Peter Tyser, In message <1288393169-9814-5-git-send-email-pty...@xes-inc.com> you wrote: > Move the printing of PCI device information to before the PCI device is > configured. This prevents the case where recursive scanning results in > the deepest devices being printed first. > > This cha

[U-Boot] [PATCH/RFC 5/6] pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOW

2010-10-29 Thread Peter Tyser
Move the printing of PCI device information to before the PCI device is configured. This prevents the case where recursive scanning results in the deepest devices being printed first. This change also makes PCI lockups during enumeration easier to diagnose since the device that is being configure