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:
John Baldwin 2003-10-31 21:00:37 +00:00
parent 3b9a4cb6a9
commit 221111f6f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121822

View file

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