summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa/hfa_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hfa/hfa_pci.c')
-rw-r--r--sys/dev/hfa/hfa_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/hfa_pci.c b/sys/dev/hfa/hfa_pci.c
index b6cc311..8fc59ed7 100644
--- a/sys/dev/hfa/hfa_pci.c
+++ b/sys/dev/hfa/hfa_pci.c
@@ -110,7 +110,7 @@ hfa_pci_probe (dev)
if ((pci_get_vendor(dev) == FORE_VENDOR_ID) &&
(pci_get_device(dev) == FORE_PCA200EPC_ID)) {
device_set_desc(dev, "FORE Systems PCA-200EPC ATM");
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
return (ENXIO);
OpenPOWER on IntegriCloud