summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-05 18:50:22 +0000
committerpeter <peter@FreeBSD.org>1999-12-05 18:50:22 +0000
commit83279a6a1d276e9e9b55ab939707026b2dd64399 (patch)
tree1fcdbbcd608ea93c44efb8b87be55b1bdacf9354 /sys/pci/pci.c
parent97274880ad6e4cc4167b908be6b9f1ae25ed40db (diff)
downloadFreeBSD-src-83279a6a1d276e9e9b55ab939707026b2dd64399.zip
FreeBSD-src-83279a6a1d276e9e9b55ab939707026b2dd64399.tar.gz
Raise the pci compat driver match priority a bit so that it's not
quite so close to the chip* drivers.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index b4dd70b..a65249b 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -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;
}
}
OpenPOWER on IntegriCloud