From f05f3c1764ee5e10e09392ccfa3f3cfc3667450c Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 17 May 2013 14:04:31 +0000 Subject: [PATCH] Add new capability types encodings from HyperTransport I/O Link Specification revisions 3.00 and 3.10. Submitted by: Dmitry Luhtionov MFC after: 1 week --- sys/dev/pci/pcireg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 22ea34581c56..8db21ba7fd05 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -622,6 +622,10 @@ #define PCIM_HTCAP_VCSET 0xb800 /* 10111 */ #define PCIM_HTCAP_RETRY_MODE 0xc000 /* 11000 */ #define PCIM_HTCAP_X86_ENCODING 0xc800 /* 11001 */ +#define PCIM_HTCAP_GEN3 0xd000 /* 11010 */ +#define PCIM_HTCAP_FLE 0xd800 /* 11011 */ +#define PCIM_HTCAP_PM 0xe000 /* 11100 */ +#define PCIM_HTCAP_HIGH_NODE_COUNT 0xe800 /* 11101 */ /* HT MSI Mapping Capability definitions. */ #define PCIM_HTCMD_MSI_ENABLE 0x0001