[rtems commit] pci.h add PCI_COMMAND_INTX_DISABLE definition.

Pavel Pisa ppisa at rtems.org
Tue Oct 11 20:29:01 UTC 2016


Module:    rtems
Branch:    master
Commit:    4745650797588d896fce000b8d4b063e97b56958
Changeset: http://git.rtems.org/rtems/commit/?id=4745650797588d896fce000b8d4b063e97b56958

Author:    Pavel Pisa <pisa at cmp.felk.cvut.cz>
Date:      Sun Sep 25 02:34:55 2016 +0200

pci.h add PCI_COMMAND_INTX_DISABLE definition.

---

 cpukit/include/rtems/pci.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index 86ab4af..46ce2dd 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 */



More information about the vc mailing list