Raise the pci compat driver match priority a bit so that it's not
quite so close to the chip* drivers.
This commit is contained in:
parent
7ec7564af4
commit
150e211545
@ -879,7 +879,7 @@ pci_compat_probe(device_t dev)
|
||||
if (name) {
|
||||
device_set_desc_copy(dev, name);
|
||||
/* Allow newbus drivers to match "better" */
|
||||
error = -1000;
|
||||
error = -200;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -879,7 +879,7 @@ pci_compat_probe(device_t dev)
|
||||
if (name) {
|
||||
device_set_desc_copy(dev, name);
|
||||
/* Allow newbus drivers to match "better" */
|
||||
error = -1000;
|
||||
error = -200;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user