]> Zhao Yanbai Git Server - minix.git/commitdiff
Kernel: do_[sv]devio.c header corrections
authorDavid van Moolenbroek <david@minix3.org>
Sun, 6 Sep 2009 15:54:15 +0000 (15:54 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 6 Sep 2009 15:54:15 +0000 (15:54 +0000)
kernel/arch/i386/do_sdevio.c
kernel/system/do_vdevio.c

index 5028d9e650a3df3192506ec026a9c94af927e465..7443c132fadbac9d18084dd2f750befa77fed9d7 100644 (file)
@@ -2,12 +2,12 @@
  *   m_type:   SYS_SDEVIO
  *
  * The parameters for this kernel call are:
- *    m2_i3:   DIO_REQUEST     (request input or output)       
- *    m2_i1:   DIO_TYPE        (flag indicating byte, word, or long)
- *    m2_l1:   DIO_PORT        (port to read/ write)   
- *    m2_p1:   DIO_VEC_ADDR    (virtual address of buffer)     
- *    m2_l2:   DIO_VEC_SIZE    (number of elements)    
- *    m2_i2:   DIO_VEC_PROC    (process where buffer is)       
+ *    m2_i3:   DIO_REQUEST     (request input or output)
+ *    m2_l1:   DIO_PORT        (port to read/ write)
+ *    m2_p1:   DIO_VEC_ADDR    (virtual address of buffer, or grant ID)
+ *    m2_l2:   DIO_VEC_SIZE    (number of elements)
+ *    m2_i2:   DIO_VEC_PROC    (process where buffer is)
+ *    m2_i1:   DIO_OFFSET      (offset into the grant)
  */
 
 #include "../../system.h"
index 9fe1a3c64b68bf99c6d9d4ce47a776315ca163e6..bb6962f6f1d9ebc27b19da7c0b7433be388b1f5d 100644 (file)
@@ -3,7 +3,6 @@
  *
  * The parameters for this kernel call are:
  *    m2_i3:   DIO_REQUEST     (request input or output)       
- *    m2_i1:   DIO_TYPE        (flag indicating byte, word, or long)
  *    m2_p1:   DIO_VEC_ADDR    (pointer to port/ value pairs)  
  *    m2_i2:   DIO_VEC_SIZE    (number of ports to read or write) 
  */