summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-11-30 18:33:23 +0000
committerjhb <jhb@FreeBSD.org>2011-11-30 18:33:23 +0000
commitcccd550da890d7d5812a616abc7335fb30813ddf (patch)
tree9c9f29a2adf94f92118522f7df8decd3362dee27 /sys/dev
parent457df496e1065b8417ab72144e2000659c3141d1 (diff)
downloadFreeBSD-src-cccd550da890d7d5812a616abc7335fb30813ddf.zip
FreeBSD-src-cccd550da890d7d5812a616abc7335fb30813ddf.tar.gz
Add a constant for the Advisory Non-Fatal Error bit in AER corrected error
status and mask.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcireg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 216882c..7951d13 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -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
OpenPOWER on IntegriCloud