Revert "Revert "pci: interrupt disable bit support""

This reverts commit d587e07871.
This commit is contained in:
Michael S. Tsirkin 2009-12-23 16:33:56 +02:00
parent 59d1c1c2d7
commit a7b15a5cc6
2 changed files with 28 additions and 2 deletions

View file

@ -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 */