mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow PCI busses to be connected to host bridges detected by ACPI as well.
This commit is contained in:
parent
a06f3df81d
commit
011d43cdb3
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue