Author: kib
Date: Fri May 24 18:26:12 2013
New Revision: 250970
URL: http://svnweb.freebsd.org/changeset/base/250970

Log:
  MFC r250740:
  Add new capability types encodings from HyperTransport I/O Link
  Specification revisions 3.00 and 3.10.

Modified:
  stable/8/sys/dev/pci/pcireg.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/pci/   (props changed)

Modified: stable/8/sys/dev/pci/pcireg.h
==============================================================================
--- stable/8/sys/dev/pci/pcireg.h       Fri May 24 15:53:13 2013        
(r250969)
+++ stable/8/sys/dev/pci/pcireg.h       Fri May 24 18:26:12 2013        
(r250970)
@@ -609,6 +609,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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to