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