From 150e211545cc15e0e2da6813836c15dcd1dc88c0 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 5 Dec 1999 18:50:22 +0000 Subject: Raise the pci compat driver match priority a bit so that it's not quite so close to the chip* drivers. --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index b4dd70b0642e..a65249b8d584 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/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; } } -- cgit v1.3