Author: stepan
Date: 2009-04-22 01:01:10 +0200 (Wed, 22 Apr 2009)
New Revision: 4159

Modified:
   trunk/coreboot-v2/src/include/device/pci_def.h
Log:
add define for Role-Based Error Reporting to PCIe defines (trivial)
Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/include/device/pci_def.h
===================================================================
--- trunk/coreboot-v2/src/include/device/pci_def.h      2009-04-21 23:00:14 UTC 
(rev 4158)
+++ trunk/coreboot-v2/src/include/device/pci_def.h      2009-04-21 23:01:10 UTC 
(rev 4159)
@@ -348,6 +348,7 @@
 #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 */


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to