summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-11-19 23:15:42 +0000
committermjacob <mjacob@FreeBSD.org>2006-11-19 23:15:42 +0000
commit88507f6ff3f4050fe0afd785efee3118d0d95943 (patch)
tree433c2366a429c27234cce6dca0edbbf0b0164572 /sys/dev/mpt/mpt.h
parent6d0d993f423606d2d7fbf8c26589c166c3b920fc (diff)
downloadFreeBSD-src-88507f6ff3f4050fe0afd785efee3118d0d95943.zip
FreeBSD-src-88507f6ff3f4050fe0afd785efee3118d0d95943.tar.gz
Play it safe and make MSI and MSI-X an option you have to turn on for MPT.
Diffstat (limited to 'sys/dev/mpt/mpt.h')
-rw-r--r--sys/dev/mpt/mpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h
index b347a0b..4671521 100644
--- a/sys/dev/mpt/mpt.h
+++ b/sys/dev/mpt/mpt.h
@@ -496,7 +496,8 @@ struct mpt_softc {
uint32_t mpt_pers_mask;
uint32_t
unit : 8,
- : 3,
+ : 2,
+ msi_enable : 1,
twildcard : 1,
tenabled : 1,
do_cfg_role : 1,
OpenPOWER on IntegriCloud