aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
commit538565c4a516bd50ffcffbb855026ad914300b73 (patch)
treeafbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/cy
parentb77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff)
Notes
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 dd119e9145a2..2d072359e07b 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