[PATCH] acpi bridge hotadd: ACPI based root bridge hot-add
[safe/jmp/linux-2.6] / arch / i386 / pci / legacy.c
index 1492e37..149a958 100644 (file)
@@ -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();