diff options
Diffstat (limited to 'sys/dev/mpt/mpt_pci.c')
| -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 f9054f084b1c..cdb128747e82 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 |
