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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67763
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);