From 4855f56df92477d2082c780055cadc2e96ba0f28 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 21 Apr 2009 23:01:10 +0000 Subject: [PATCH] add define for Role-Based Error Reporting to PCIe defines (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci_def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h index 1e27647d4..ba972547e 100644 --- a/src/include/device/pci_def.h +++ b/src/include/device/pci_def.h @@ -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 */ -- 2.25.1