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
0bc9f88735
commit
dd5ca23e7a
@ -420,7 +420,7 @@ legacy_pcib_probe(device_t dev)
|
||||
|
||||
if (pci_cfgregopen() == 0)
|
||||
return ENXIO;
|
||||
return 0;
|
||||
return -100;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user