patch-2.4.13 linux/drivers/scsi/scsi.h
Next file: linux/drivers/scsi/scsi_debug.c
Previous file: linux/drivers/scsi/scsi.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Oct 23 22:01:56 2001
- Orig file:
v2.4.12/linux/drivers/scsi/scsi.h
- Orig date:
Thu Oct 18 13:49:48 2001
diff -u --recursive --new-file v2.4.12/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -633,6 +633,8 @@
struct scatterlist *buffer; /* which buffer */
int buffers_residual; /* how many buffers left */
+ dma_addr_t dma_handle;
+
volatile int Status;
volatile int Message;
volatile int have_data_in;
@@ -745,7 +747,8 @@
unsigned request_bufflen; /* Actual request size */
struct timer_list eh_timeout; /* Used to time out the command. */
- void *request_buffer; /* Actual requested buffer */
+ void *request_buffer; /* Actual requested buffer */
+ void **bounce_buffers; /* Array of bounce buffers when using scatter-gather */
/* These elements define the operation we ultimately want to perform */
unsigned char data_cmnd[MAX_COMMAND_SIZE];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)