Move pci_probe() call into pciinit() code.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 22 Jun 2011 02:22:58 +0000 (22:22 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 22 Jun 2011 02:22:58 +0000 (22:22 -0400)
commit37956dd856719de5be0ca60645cad03e300b60b7
treeb73644be88560ae199211325fb68bc3358499060
parentfaf6a4ec11c3643b74cc4166bf84780a1e417ea3
Move pci_probe() call into pciinit() code.

Call pci_probe after pci bridge setup and before pci device setup.
This will allow the pci device setup to use 'struct pci_device'.
src/pciinit.c
src/post.c