summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 6f25f6a..2a4ce91 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -1319,7 +1319,7 @@ mn_probe (device_t self)
return (ENXIO);
device_set_desc_copy(self, "Munich32X E1/T1 HDLC Controller");
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
static int
OpenPOWER on IntegriCloud