mirror of https://github.com/acidanthera/audk.git
Add a new definition according to Pci spec 2.2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2074 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fb42187380
commit
1082de3167
|
@ -319,6 +319,11 @@ typedef struct {
|
||||||
#define PCI_BRIDGE_SECONDARY_BUS_REGISTER_OFFSET 0x19
|
#define PCI_BRIDGE_SECONDARY_BUS_REGISTER_OFFSET 0x19
|
||||||
#define PCI_BRIDGE_SUBORDINATE_BUS_REGISTER_OFFSET 0x1a
|
#define PCI_BRIDGE_SUBORDINATE_BUS_REGISTER_OFFSET 0x1a
|
||||||
|
|
||||||
|
//
|
||||||
|
// Interrupt Line "Unknown" or "No connection" value defined for x86 based system
|
||||||
|
//
|
||||||
|
#define PCI_INT_LINE_UNKNOWN 0xFF
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
struct {
|
struct {
|
||||||
UINT32 Reg : 8;
|
UINT32 Reg : 8;
|
||||||
|
|
Loading…
Reference in New Issue