svn commit: r250740 - head/sys/dev/pci

Konstantin Belousov kib at FreeBSD.org
Fri May 17 14:04:32 UTC 2013


Author: kib
Date: Fri May 17 14:04:31 2013
New Revision: 250740
URL: http://svnweb.freebsd.org/changeset/base/250740

Log:
  Add new capability types encodings from HyperTransport I/O Link
  Specification revisions 3.00 and 3.10.
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  MFC after:	1 week

Modified:
  head/sys/dev/pci/pcireg.h

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h	Fri May 17 09:12:33 2013	(r250739)
+++ head/sys/dev/pci/pcireg.h	Fri May 17 14:04:31 2013	(r250740)
@@ -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


More information about the svn-src-head mailing list