summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-04-25 14:45:46 +0000
committerjhb <jhb@FreeBSD.org>2007-04-25 14:45:46 +0000
commit17f3e614047b9b800525776e959806edc9b86ec9 (patch)
tree8079eea8aaa982d2b22cbe8f1897b8fd10148a26 /sys/dev/pci/pcireg.h
parent13ff2a251e08af15fffb42ab27df99b25b4e0bf7 (diff)
downloadFreeBSD-src-17f3e614047b9b800525776e959806edc9b86ec9.zip
FreeBSD-src-17f3e614047b9b800525776e959806edc9b86ec9.tar.gz
- HT 2.00b added a new flag to the MSI mapping HT capability to indicate
that the MSI mapping window is fixed at 0xfee00000 and the capability does not include two more dwords used to program the address. Supporting this mostly results in quieting spurious warnings during boot about non-default MSI mapping windows. - HT 2.00b also added a new HT capability type, so support that in pciconf. MFC after: 3 days Tested by: jmg
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 5fbd24e..4bcf1b5 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -553,9 +553,11 @@
#define PCIM_HTCAP_DIRECT_ROUTE 0xb000 /* 10110 */
#define PCIM_HTCAP_VCSET 0xb800 /* 10111 */
#define PCIM_HTCAP_RETRY_MODE 0xc000 /* 11000 */
+#define PCIM_HTCAP_X86_ENCODING 0xc800 /* 11001 */
/* HT MSI Mapping Capability definitions. */
#define PCIM_HTCMD_MSI_ENABLE 0x0001
+#define PCIM_HTCMD_MSI_FIXED 0x0002
#define PCIR_HTMSI_ADDRESS_LO 0x4
#define PCIR_HTMSI_ADDRESS_HI 0x8
OpenPOWER on IntegriCloud