]> Zhao Yanbai Git Server - minix.git/commitdiff
Renamed BUSC_PCI_ACL to BUSC_PCI_SET_ACL, added BUSC_PCI_DEL_ACL.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 12:01:47 +0000 (12:01 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 12:01:47 +0000 (12:01 +0000)
Added DL_STAT_REPLY and GET_PRIVID.

include/minix/com.h

index dd34f353494551c6e1984c0b9c28e9f99e9d9130..531f7d20924ed085f5a4708fff2c1ae71f53b34f 100755 (executable)
 #define BUSC_PCI_SLOT_NAME_S   (BUSC_RQ_BASE + 16)     /* Get the name of a
                                                         * PCI slot (safecopy)
                                                         */
-#define BUSC_PCI_ACL           (BUSC_RQ_BASE + 17)     /* Set the ACL for a
+#define BUSC_PCI_SET_ACL       (BUSC_RQ_BASE + 17)     /* Set the ACL for a
                                                         * driver (safecopy)
                                                         */
+#define BUSC_PCI_DEL_ACL       (BUSC_RQ_BASE + 18)     /* Delete the ACL of a
+                                                        * driver 
+                                                        */
 
 /*===========================================================================*
  *                Messages for BLOCK and CHARACTER device drivers           *
 #define DL_CONF_REPLY  (DL_RS_BASE + 20)
 #define DL_TASK_REPLY  (DL_RS_BASE + 21)
 #define DL_NAME_REPLY  (DL_RS_BASE + 22)
+#define DL_STAT_REPLY  (DL_RS_BASE + 23)
 
 /* Field names for data link layer messages. */
 #define DL_PORT                m2_i1
 #   define GET_LOCKTIMING 13   /* get lock()/unlock() latency timing */
 #   define GET_BIOSBUFFER 14   /* get a buffer for BIOS calls */
 #   define GET_LOADINFO   15   /* get load average information */
+#   define GET_IRQACTIDS  16   /* get the IRQ masks */
+#   define GET_PRIVID    17    /* get ID of privilege structure */
 #define I_ENDPT      m7_i4     /* calling process */
 #define I_VAL_PTR      m7_p1   /* virtual address at caller */ 
 #define I_VAL_LEN      m7_i1   /* max length of value */
 #define I_VAL_PTR2     m7_p2   /* second virtual address */ 
 #define I_VAL_LEN2_E   m7_i2   /* second length, or proc nr */
-#   define GET_IRQACTIDS  16   /* get the IRQ masks */
 
 /* Field names for SYS_TIMES. */
 #define T_ENDPT      m4_l1     /* process to request time info for */