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/dpt | |
| parent | b77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index a3fa41ba280f..309f9ac9b412 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -68,7 +68,7 @@ dpt_pci_probe (device_t dev) if ((pci_get_vendor(dev) == DPT_VENDOR_ID) && (pci_get_device(dev) == DPT_DEVICE_ID)) { device_set_desc(dev, "DPT Caching SCSI RAID Controller"); - return (0); + return (BUS_PROBE_DEFAULT); } return (ENXIO); } |
