mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Lower the priority of the legacy host to pci bridge driver so that other
non-ACPI host-bridge drivers can preempt this driver.
This commit is contained in:
parent
3b9a4cb6a9
commit
221111f6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ legacy_pcib_probe(device_t dev)
|
|||
|
||||
if (pci_cfgregopen() == 0)
|
||||
return ENXIO;
|
||||
return 0;
|
||||
return -100;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue