mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Revert "Revert "pci: interrupt disable bit support""
This reverts commit d587e07871
.
This commit is contained in:
parent
59d1c1c2d7
commit
a7b15a5cc6
2 changed files with 28 additions and 2 deletions
1
hw/pci.h
1
hw/pci.h
|
@ -101,6 +101,7 @@ typedef struct PCIIORegion {
|
|||
#define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
|
||||
#define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */
|
||||
#define PCI_COMMAND_MASTER 0x4 /* Enable bus master */
|
||||
#define PCI_COMMAND_INTX_DISABLE 0x400 /* INTx Emulation Disable */
|
||||
#define PCI_STATUS 0x06 /* 16 bits */
|
||||
#define PCI_STATUS_INTERRUPT 0x08
|
||||
#define PCI_REVISION_ID 0x08 /* 8 bits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue