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:
Peter Wemm 1999-12-05 18:50:22 +00:00
parent 7ec7564af4
commit 150e211545
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}