X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Fipr.h;h=6d616ac42b1a20d16a09b208a49e13a1226a329f;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=468c80796edfe0d1b06231f0b675512b8dee52d1;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 468c80796..6d616ac42 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h @@ -36,8 +36,8 @@ /* * Literals */ -#define IPR_DRIVER_VERSION "2.0.7" -#define IPR_DRIVER_DATE "(May 21, 2004)" +#define IPR_DRIVER_VERSION "2.0.10" +#define IPR_DRIVER_DATE "(June 7, 2004)" /* * IPR_DBG_TRACE: Setting this to 1 will turn on some general function tracing @@ -932,13 +932,13 @@ struct ipr_cmnd { dma_addr_t sense_buffer_dma; unsigned short dma_use_sg; dma_addr_t dma_handle; + struct ipr_cmnd *sibling; union { enum ipr_shutdown_type shutdown_type; struct ipr_hostrcb *hostrcb; unsigned long time_left; unsigned long scratch; struct ipr_resource_entry *res; - struct ipr_cmnd *sibling; struct scsi_device *sdev; } u;