From 221111f6f29c0994ca6308f6d23f2bccd64eecc8 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 31 Oct 2003 21:00:37 +0000 Subject: [PATCH] Lower the priority of the legacy host to pci bridge driver so that other non-ACPI host-bridge drivers can preempt this driver. --- sys/i386/pci/pci_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 2a1dc2fea92..f7d4631e217 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -420,7 +420,7 @@ legacy_pcib_probe(device_t dev) if (pci_cfgregopen() == 0) return ENXIO; - return 0; + return -100; } int