patch-2.1.34 linux/drivers/scsi/esp.h
Next file: linux/drivers/scsi/ibmmca.c
Previous file: linux/drivers/scsi/esp.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Apr 14 11:43:13 1997
-  Orig file: 
v2.1.33/linux/drivers/scsi/esp.h
-  Orig date: 
Sun Jan 26 02:07:18 1997
diff -u --recursive --new-file v2.1.33/linux/drivers/scsi/esp.h linux/drivers/scsi/esp.h
@@ -108,7 +108,8 @@
    * of the command types ESP doesn't understand, esp_scmdp keeps track of
    * which byte we are sending, esp_scmdleft says how many bytes to go.
    */
-  volatile unchar *esp_command;           /* Location of command */
+  volatile unchar *esp_command;           /* Location of command (CPU view)  */
+  __u32            esp_command_dvma;      /* Location of command (DVMA view) */
   unsigned char esp_clen;                 /* Length of this command */
   unsigned char esp_slowcmd;
   unsigned char *esp_scmdp;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov