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/hfa | |
| parent | b77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa')
| -rw-r--r-- | sys/dev/hfa/hfa_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/hfa_pci.c b/sys/dev/hfa/hfa_pci.c index b6cc311ebd65a..8fc59ed780deb 100644 --- a/sys/dev/hfa/hfa_pci.c +++ b/sys/dev/hfa/hfa_pci.c @@ -110,7 +110,7 @@ hfa_pci_probe (dev) if ((pci_get_vendor(dev) == FORE_VENDOR_ID) && (pci_get_device(dev) == FORE_PCA200EPC_ID)) { device_set_desc(dev, "FORE Systems PCA-200EPC ATM"); - return (0); + return (BUS_PROBE_DEFAULT); } return (ENXIO); |
