diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:30:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:30:12 +0000 |
| commit | 538565c4a516bd50ffcffbb855026ad914300b73 (patch) | |
| tree | afbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/cy | |
| parent | b77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 2 |
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 |
