commit | 540799e32eb146c9363445d1118b2bfdebd3da0b | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 14 11:45:09 2008 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Oct 15 12:46:51 2008 +0100 |
tree | 241a0d2240e2170ac339da2e6846a206177a123d | |
parent | 89f8c04a49019eeb3998f9f0990256aec146fe9d [diff] |
MIPS: PCI: Scan busses when they are registered The patch below changes register_pci_controller() such that controllers being added after pcibios_init() has run are be scanned immediately. This is needed for example by the BCM47xx PCI controller, which is located on the SSB bus, which is now initialized after the PCI subsystem. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>