summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-24 21:32:56 +0000
committerimp <imp@FreeBSD.org>2005-02-24 21:32:56 +0000
commitca4a8cf38604bd81541474c8adaffbed30ede944 (patch)
treef959f312c2878ebd7618b3ed92dc0a662e4f2f65 /sys/pci/if_mn.c
parent42a55e2441a9e3211e4e3181400b2057c9b5d206 (diff)
downloadFreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.zip
FreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.tar.gz
Return BUS_PROBE_DEFAULT instead of 0.
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