Commit 21104aab authored by James Bottomley's avatar James Bottomley

qla1280: convert the driver to the new SCSI error handler

parent ca88707b
This diff is collapsed.
......@@ -158,6 +158,9 @@ typedef struct srb {
uint8_t dir; /* direction of transfer */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,18)
dma_addr_t saved_dma_handle; /* for unmap of single transfers */
/* NOTE: the sp->cmd will be NULL when this completion is
* called, so you should know the scsi_cmnd when using this */
struct completion *wait;
#endif
} srb_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment