X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Freactos%2Fdrivers%2Fpci%2Fpci.h;h=ad812ff3685195043edd0e242a28e7ed321a51f5;hp=6f524ad4aa28512afeba8d32d5e5c6050bd1bdc7;hb=cdbd59e260cca8c6b231bce066e230530434068b;hpb=66bec4f5b8b08fb51a0c312457c769bbbfd8cf91 diff --git a/reactos/include/reactos/drivers/pci/pci.h b/reactos/include/reactos/drivers/pci/pci.h index 6f524ad4aa2..ad812ff3685 100644 --- a/reactos/include/reactos/drivers/pci/pci.h +++ b/reactos/include/reactos/drivers/pci/pci.h @@ -51,4 +51,16 @@ #define PCI_HACK_ENABLE_MSI_MAPPING 0x0000020000000000LL #define PCI_HACK_DISABLE_PM_DOWNSTREAM_PCI_BRIDGE 0x0000040000000000LL +// +// Bit encodes for PCI_COMMON_CONFIG.u.type1.BridgeControl +// +#define PCI_ENABLE_BRIDGE_PARITY_ERROR 0x0001 +#define PCI_ENABLE_BRIDGE_SERR 0x0002 +#define PCI_ENABLE_BRIDGE_ISA 0x0004 +#define PCI_ENABLE_BRIDGE_VGA 0x0008 +#define PCI_ENABLE_BRIDGE_MASTER_ABORT_SERR 0x0020 +#define PCI_ASSERT_BRIDGE_RESET 0x0040 +#define PCI_ENABLE_BRIDGE_VGA_16BIT 0x0010 + + /* EOF */