summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Brown2009-12-22 01:51:09 +0100
committerMarty Connor2010-01-14 16:23:12 +0100
commitcdd37970535aa844f7282c8a15898b65b86ea89a (patch)
tree567e201b3ae1d62f7992470e848c85204d83d3cc
parent[forcedeth] Add support for 10de:054c nforce 630a, MCP 67 (diff)
downloadipxe-cdd37970535aa844f7282c8a15898b65b86ea89a.tar.gz
ipxe-cdd37970535aa844f7282c8a15898b65b86ea89a.tar.xz
ipxe-cdd37970535aa844f7282c8a15898b65b86ea89a.zip
[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>
-rw-r--r--src/include/gpxe/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h
index 9ce894b4..8bcf1e0c 100644
--- a/src/include/gpxe/pci.h
+++ b/src/include/gpxe/pci.h
@@ -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 */