diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
| commit | 6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (patch) | |
| tree | 8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/mpt | |
| parent | 99110cb6fe5c89b2043c74638debf6548da6e8fb (diff) | |
Notes
Diffstat (limited to 'sys/dev/mpt')
| -rw-r--r-- | sys/dev/mpt/mpt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index f9054f084b1cf..cdb128747e828 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -173,7 +173,7 @@ mpt_probe(device_t dev) } device_set_desc(dev, desc); - return (0); + return (BUS_PROBE_DEFAULT); } #ifdef RELENG_4 |
