X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fpci%2Flegacy.c;h=149a9588c256797c1032c6f6cc1b1fa9645b2b3b;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=1492e375386908fd350ed50f52879ce6f5b853b6;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/arch/i386/pci/legacy.c b/arch/i386/pci/legacy.c index 1492e3753..149a9588c 100644 --- a/arch/i386/pci/legacy.c +++ b/arch/i386/pci/legacy.c @@ -45,6 +45,8 @@ static int __init pci_legacy_init(void) printk("PCI: Probing PCI hardware\n"); pci_root_bus = pcibios_scan_root(0); + if (pci_root_bus) + pci_bus_add_devices(pci_root_bus); pcibios_fixup_peer_bridges();