VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / scsi / ipr.h
index 468c807..6d616ac 100644 (file)
@@ -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;