summaryrefslogtreecommitdiffstats
path: root/sys/pci/alpm.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/alpm.c
parent42a55e2441a9e3211e4e3181400b2057c9b5d206 (diff)
downloadFreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.zip
FreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.tar.gz
Return BUS_PROBE_DEFAULT instead of 0.
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r--sys/pci/alpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 7a062e3..9a0e537 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -166,7 +166,7 @@ alpm_probe(device_t dev)
return (ENXIO);
}
#endif
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
return (ENXIO);
OpenPOWER on IntegriCloud