summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-11-06 01:11:59 +0000
committeryongari <yongari@FreeBSD.org>2009-11-06 01:11:59 +0000
commit20a11d2e7f2db5a8af9cdecaa06da89bd66aaacd (patch)
treedc41368baf62d4a598ba81d8be2111c19c4ef43b
parentbc53678aaf2e4a99efcef14a1b53d0ac50403b83 (diff)
downloadFreeBSD-src-20a11d2e7f2db5a8af9cdecaa06da89bd66aaacd.zip
FreeBSD-src-20a11d2e7f2db5a8af9cdecaa06da89bd66aaacd.tar.gz
Correct MSI mode register bits.
-rw-r--r--sys/dev/bge/if_bgereg.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h
index 073c82e..4cf432a 100644
--- a/sys/dev/bge/if_bgereg.h
+++ b/sys/dev/bge/if_bgereg.h
@@ -1705,11 +1705,8 @@
/* MSI mode register */
#define BGE_MSIMODE_RESET 0x00000001
#define BGE_MSIMODE_ENABLE 0x00000002
-#define BGE_MSIMODE_PCI_TGT_ABRT_ATTN 0x00000004
-#define BGE_MSIMODE_PCI_MSTR_ABRT_ATTN 0x00000008
-#define BGE_MSIMODE_PCI_PERR_ATTN 0x00000010
-#define BGE_MSIMODE_MSI_FIFOUFLOW_ATTN 0x00000020
-#define BGE_MSIMODE_MSI_FIFOOFLOW_ATTN 0x00000040
+#define BGE_MSIMODE_ONE_SHOT_DISABLE 0x00000020
+#define BGE_MSIMODE_MULTIVEC_ENABLE 0x00000080
/* MSI status register */
#define BGE_MSISTAT_PCI_TGT_ABRT_ATTN 0x00000004
OpenPOWER on IntegriCloud