aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-11-19 23:24:52 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-11-19 23:24:52 +0000
commit96dc1a5335c4e34265457e3d555213a1150a2c57 (patch)
treec1fd9ebe00af8c57d783e9e5837ee1bdcc3b0109 /sys/dev/mpt
parent804625ee9c51a217a7c4b035f01be376550a12d2 (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 58532f4f05c7b..880a09845668f 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -354,7 +354,7 @@ mpt_set_options(struct mpt_softc *mpt)
}
tval = 0;
- mpt->msi_enable = 1;
+ mpt->msi_enable = 0;
if (resource_int_value(device_get_name(mpt->dev),
device_get_unit(mpt->dev), "msi_enable", &tval) == 0 && tval == 1) {
mpt->msi_enable = 1;