summaryrefslogtreecommitdiffstats
path: root/sys/dev/ar
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ar')
-rw-r--r--sys/dev/ar/if_ar_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c
index 0815d5e..9b88c7c 100644
--- a/sys/dev/ar/if_ar_pci.c
+++ b/sys/dev/ar/if_ar_pci.c
@@ -84,7 +84,7 @@ ar_pci_probe(device_t device)
switch(type) {
case 0x5012114f:
device_set_desc(device, "Digi SYNC/570i-PCI 2 port");
- return (0);
+ return (BUS_PROBE_DEFAULT);
break;
case 0x5010114f:
printf("Digi SYNC/570i-PCI 2 port (mapped below 1M)\n");
@@ -92,7 +92,7 @@ ar_pci_probe(device_t device)
break;
case 0x5013114f:
device_set_desc(device, "Digi SYNC/570i-PCI 4 port");
- return (0);
+ return (BUS_PROBE_DEFAULT);
break;
case 0x5011114f:
printf("Digi SYNC/570i-PCI 4 port (mapped below 1M)\n");
OpenPOWER on IntegriCloud