mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121822
@ -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