aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
commit6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (patch)
tree8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/mpt
parent99110cb6fe5c89b2043c74638debf6548da6e8fb (diff)
Notes
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_pci.c2
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