[Midnightbsd-cvs] src [6561] trunk/sys/dev/pci/pcireg.h: add new consts

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 28 09:31:30 EST 2013


Revision: 6561
          http://svnweb.midnightbsd.org/src/?rev=6561
Author:   laffer1
Date:     2013-12-28 09:31:30 -0500 (Sat, 28 Dec 2013)
Log Message:
-----------
add new consts

Modified Paths:
--------------
    trunk/sys/dev/pci/pcireg.h

Property Changed:
----------------
    trunk/sys/dev/pci/pcireg.h

Modified: trunk/sys/dev/pci/pcireg.h
===================================================================
--- trunk/sys/dev/pci/pcireg.h	2013-12-28 14:30:47 UTC (rev 6560)
+++ trunk/sys/dev/pci/pcireg.h	2013-12-28 14:31:30 UTC (rev 6561)
@@ -649,6 +649,7 @@
 #define	PCIM_EXP_STA_AUX_POWER		0x0010
 #define	PCIM_EXP_STA_TRANSACTION_PND	0x0020
 #define	PCIR_EXPRESS_LINK_CAP	0xc
+#define PCIER_LINK_CTL		0x10
 #define	PCIM_LINK_CAP_MAX_SPEED		0x0000000f
 #define	PCIM_LINK_CAP_MAX_WIDTH		0x000003f0
 #define	PCIM_LINK_CAP_ASPM		0x00000c00
@@ -657,6 +658,7 @@
 #define	PCIM_LINK_CAP_PORT		0xff000000
 #define	PCIR_EXPRESS_LINK_CTL	0x10
 #define	PCIR_EXPRESS_LINK_STA	0x12
+#define PCIEM_LINK_CTL_ASPMC	0x003
 #define	PCIM_LINK_STA_SPEED		0x000f
 #define	PCIM_LINK_STA_WIDTH		0x03f0
 #define	PCIM_LINK_STA_TRAINING_ERROR	0x0400


Property changes on: trunk/sys/dev/pci/pcireg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list