Author: jhb
Date: Wed Nov 30 18:33:23 2011
New Revision: 228161
URL: http://svn.freebsd.org/changeset/base/228161

Log:
  Add a constant for the Advisory Non-Fatal Error bit in AER corrected error
  status and mask.

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

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h   Wed Nov 30 18:24:43 2011        (r228160)
+++ head/sys/dev/pci/pcireg.h   Wed Nov 30 18:33:23 2011        (r228161)
@@ -715,6 +715,7 @@
 #define        PCIM_AER_COR_BAD_DLLP           0x00000080
 #define        PCIM_AER_COR_REPLAY_ROLLOVER    0x00000100
 #define        PCIM_AER_COR_REPLAY_TIMEOUT     0x00001000
+#define        PCIM_AER_COR_ADVISORY_NF_ERROR  0x00002000
 #define        PCIR_AER_COR_MASK       0x14    /* Shares bits with COR_STATUS 
*/
 #define        PCIR_AER_CAP_CONTROL    0x18
 #define        PCIM_AER_FIRST_ERROR_PTR        0x0000001f
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to