summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
committerimp <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
commita2e81fc93f4273fc79567fc60405bfcf7d210748 (patch)
treeafbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/cy
parent5536442ca3f02a1d15b0694da7424ab1f803b2ae (diff)
downloadFreeBSD-src-a2e81fc93f4273fc79567fc60405bfcf7d210748.zip
FreeBSD-src-a2e81fc93f4273fc79567fc60405bfcf7d210748.tar.gz
Use BUS_PROBE_DEFAULT for pci probe return value
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index dd119e9..2d07235 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -96,7 +96,7 @@ cy_pci_probe(dev)
if (device_id != 0x0100120e && device_id != 0x0101120e)
return (ENXIO);
device_set_desc(dev, "Cyclades Cyclom-Y Serial Adapter");
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
static int
OpenPOWER on IntegriCloud