add define for Role-Based Error Reporting to PCIe defines (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Tue, 21 Apr 2009 23:01:10 +0000 (23:01 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 21 Apr 2009 23:01:10 +0000 (23:01 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/include/device/pci_def.h

index 1e27647d4b618d086f50c0ef4e7d132870cdb483..ba972547ea93f9f9f3c92f8a818069af7b62a85d 100644 (file)
 #define  PCI_EXP_DEVCAP_ATN_BUT        0x1000  /* Attention Button Present */
 #define  PCI_EXP_DEVCAP_ATN_IND        0x2000  /* Attention Indicator Present */
 #define  PCI_EXP_DEVCAP_PWR_IND        0x4000  /* Power Indicator Present */
+#define  PCI_EXP_DEVCAP_RBER   0x8000  /* Role-Based Error Reporting */
 #define  PCI_EXP_DEVCAP_PWR_VAL        0x3fc0000 /* Slot Power Limit Value */
 #define  PCI_EXP_DEVCAP_PWR_SCL        0xc000000 /* Slot Power Limit Scale */
 #define PCI_EXP_DEVCTL         8       /* Device Control */