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:
jhb 2003-10-31 21:00:37 +00:00
parent 0bc9f88735
commit dd5ca23e7a

View File

@ -420,7 +420,7 @@ legacy_pcib_probe(device_t dev)
if (pci_cfgregopen() == 0)
return ENXIO;
return 0;
return -100;
}
int