Allow PCI busses to be connected to host bridges detected by ACPI as well.

This commit is contained in:
Mike Smith 2000-10-28 07:04:07 +00:00
parent a06f3df81d
commit 011d43cdb3
2 changed files with 2 additions and 0 deletions

View File

@ -1434,3 +1434,4 @@ static driver_t pci_driver = {
1, /* no softc */
};
DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0);
DRIVER_MODULE(pci, acpi_pcib, pci_driver, pci_devclass, pci_modevent, 0);

View File

@ -1434,3 +1434,4 @@ static driver_t pci_driver = {
1, /* no softc */
};
DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0);
DRIVER_MODULE(pci, acpi_pcib, pci_driver, pci_devclass, pci_modevent, 0);