summaryrefslogtreecommitdiffstats
path: root/sys/dev/idt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/idt')
-rw-r--r--sys/dev/idt/idt_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c
index 035b68f..26b1e5a 100644
--- a/sys/dev/idt/idt_pci.c
+++ b/sys/dev/idt/idt_pci.c
@@ -108,7 +108,7 @@ idt_probe(device_t dev)
if ((pci_get_vendor(dev) == t->pci_vid) &&
(pci_get_device(dev) == t->pci_did)) {
device_set_desc(dev, t->pci_name);
- return(0);
+ return(BUS_PROBE_DEFAULT);
}
t++;
}
OpenPOWER on IntegriCloud