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

John Baldwin jhb at FreeBSD.org
Wed Nov 30 18:33:23 UTC 2011


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


More information about the svn-src-head mailing list