Allow PCI busses to be connected to host bridges detected by ACPI as well.
This commit is contained in:
parent
a06f3df81d
commit
011d43cdb3
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user