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 +- sys/pci/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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; } } diff --git a/sys/pci/pci.c b/sys/pci/pci.c index b4dd70b0642e..a65249b8d584 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; } } -- cgit v1.3