2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00

[pci] Add PCI_COMMAND_INTX_DISABLE

Taken from Linux /usr/include/linux/pci.h .

Signed-off-by: Glenn Brown <glenn@myri.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Glenn Brown 2009-12-21 16:51:09 -08:00 committed by Marty Connor
parent eb46f8e40a
commit cdd3797053

View File

@ -43,6 +43,7 @@ FILE_LICENCE ( GPL2_ONLY );
#define PCI_COMMAND_WAIT 0x80 /* Enable address/data stepping */
#define PCI_COMMAND_SERR 0x100 /* Enable SERR */
#define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */
#define PCI_COMMAND_INTX_DISABLE 0x400 /* INTx Emulation Disable */
#define PCI_VENDOR_ID 0x00 /* 16 bits */