diff options
author | jhb <jhb@FreeBSD.org> | 2012-01-30 15:09:03 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-01-30 15:09:03 +0000 |
commit | 4ec2b30537cd956f353a91ac8799f240b309f3e5 (patch) | |
tree | 3fb159f9d65a921f1368715603a23985b1bfdcca | |
parent | 73f4a1c55f288c1ce2a5daa14f12dd45382bebc3 (diff) | |
download | FreeBSD-src-4ec2b30537cd956f353a91ac8799f240b309f3e5.zip FreeBSD-src-4ec2b30537cd956f353a91ac8799f240b309f3e5.tar.gz |
Add a constant for the PCI-e surprise link down uncorrectable error.
-rw-r--r-- | sys/dev/pci/pcireg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 7951d13..0ee2615 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -697,6 +697,7 @@ #define PCIR_AER_UC_STATUS 0x04 #define PCIM_AER_UC_TRAINING_ERROR 0x00000001 #define PCIM_AER_UC_DL_PROTOCOL_ERROR 0x00000010 +#define PCIM_AER_UC_SUPRISE_LINK_DOWN 0x00000020 #define PCIM_AER_UC_POISONED_TLP 0x00001000 #define PCIM_AER_UC_FC_PROTOCOL_ERROR 0x00002000 #define PCIM_AER_UC_COMPLETION_TIMEOUT 0x00004000 |