Author: raj
Date: Sun Jul 11 20:55:39 2010
New Revision: 209907
URL: http://svn.freebsd.org/changeset/base/209907

Log:
  Provide more defines for PCI-Express device ctrl.

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

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h   Sun Jul 11 20:49:36 2010        (r209906)
+++ head/sys/dev/pci/pcireg.h   Sun Jul 11 20:55:39 2010        (r209907)
@@ -605,6 +605,9 @@
 #define        PCIR_EXPRESS_DEVICE_CAP 0x4
 #define        PCIM_EXP_CAP_MAX_PAYLOAD        0x0007
 #define        PCIR_EXPRESS_DEVICE_CTL 0x8
+#define        PCIM_EXP_CTL_NFER_ENABLE        0x0002
+#define        PCIM_EXP_CTL_FER_ENABLE         0x0004
+#define        PCIM_EXP_CTL_URR_ENABLE         0x0008
 #define        PCIM_EXP_CTL_RELAXED_ORD_ENABLE 0x0010
 #define        PCIM_EXP_CTL_MAX_PAYLOAD        0x00e0
 #define        PCIM_EXP_CTL_NOSNOOP_ENABLE     0x0800
_______________________________________________
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