]> Zhao Yanbai Git Server - minix.git/commitdiff
Added BUSC_PCI_RESCAN and GET_IRQACTIDS.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 12 Jan 2006 14:34:00 +0000 (14:34 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 12 Jan 2006 14:34:00 +0000 (14:34 +0000)
include/minix/com.h

index b0427cdc75e41b8a8e9356e8d6a13c47e3a8c156..ed8ea1ca2e88efc3f1a163485c4b0bdae607bf3b 100755 (executable)
 #define BUSC_PCI_ATTR_W32      (BUSC_RQ_BASE + 13)     /* Write 32-bit
                                                         * attribute value
                                                         */
+#define BUSC_PCI_RESCAN                (BUSC_RQ_BASE + 14)     /* Rescan bus */
 
 /*===========================================================================*
  *                Messages for BLOCK and CHARACTER device drivers           *
 #define I_VAL_LEN      m7_i1   /* max length of value */
 #define I_VAL_PTR2     m7_p2   /* second virtual address */ 
 #define I_VAL_LEN2     m7_i2   /* second length, or proc nr */
+#   define GET_IRQACTIDS  16   /* get the IRQ masks */
 
 /* Field names for SYS_TIMES. */
 #define T_PROC_NR      m4_l1   /* process to request time info for */