Author: jhb
Date: Mon Jan 30 15:09:03 2012
New Revision: 230774
URL: http://svn.freebsd.org/changeset/base/230774

Log:
  Add a constant for the PCI-e surprise link down uncorrectable error.

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

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h   Mon Jan 30 12:32:22 2012        (r230773)
+++ head/sys/dev/pci/pcireg.h   Mon Jan 30 15:09:03 2012        (r230774)
@@ -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
_______________________________________________
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