summaryrefslogtreecommitdiffstats
path: root/sys/pci/viapm.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/viapm.c
parent42a55e2441a9e3211e4e3181400b2057c9b5d206 (diff)
downloadFreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.zip
FreeBSD-src-ca4a8cf38604bd81541474c8adaffbed30ede944.tar.gz
Return BUS_PROBE_DEFAULT instead of 0.
Diffstat (limited to 'sys/pci/viapm.c')
-rw-r--r--sys/pci/viapm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c
index f6c061d..522d057 100644
--- a/sys/pci/viapm.c
+++ b/sys/pci/viapm.c
@@ -227,7 +227,7 @@ viapm_586b_probe(device_t dev)
return ENXIO;
}
device_set_desc(dev, "VIA VT82C586B Power Management Unit");
- return 0;
+ return (BUS_PROBE_DEFAULT);
default:
break;
@@ -306,7 +306,7 @@ viapm_pro_probe(device_t dev)
}
device_set_desc(dev, desc);
- return 0;
+ return (BUS_PROBE_DEFAULT);
default:
break;
OpenPOWER on IntegriCloud