summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2016-09-25 02:34:55 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2016-10-11 22:16:58 +0200
commit4745650797588d896fce000b8d4b063e97b56958 (patch)
tree22f7fbf3c808305f20140e14e3a46279aad038c6
parentscore: Enhance _SMP_barrier_Wait() (diff)
downloadrtems-4745650797588d896fce000b8d4b063e97b56958.tar.bz2
pci.h add PCI_COMMAND_INTX_DISABLE definition.
-rw-r--r--cpukit/include/rtems/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index 86ab4af241..46ce2ddf3e 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -46,6 +46,7 @@ extern "C" {
#define PCI_COMMAND_WAIT 0x0080 /* Enable address/data stepping */
#define PCI_COMMAND_SERR 0x0100 /* Enable SERR */
#define PCI_COMMAND_FAST_BACK 0x0200 /* Enable back-to-back writes */
+#define PCI_COMMAND_INTX_DISABLE 0x0400 /* Disable INTx emulation */
#define PCI_STATUS 0x06 /* 16 bits */
#define PCI_STATUS_66MHZ 0x0020 /* Support 66 Mhz PCI 2.1 bus */