Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Glenn Brown authored and Marty Connor committed Jan 14, 2010
1 parent eb46f8e commit cdd3797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/gpxe/pci.h
Expand Up @@ -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 */
Expand Down

0 comments on commit cdd3797

Please sign in to comment.