]> err.no Git - linux-2.6/blobdiff - arch/i386/pci/legacy.c
[PATCH] acpi bridge hotadd: ACPI based root bridge hot-add
[linux-2.6] / arch / i386 / pci / legacy.c
index 1492e375386908fd350ed50f52879ce6f5b853b6..149a9588c256797c1032c6f6cc1b1fa9645b2b3b 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();