This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / ipr.h
index 6d616ac..eadafeb 100644 (file)
@@ -36,8 +36,8 @@
 /*
  * Literals
  */
-#define IPR_DRIVER_VERSION "2.0.10"
-#define IPR_DRIVER_DATE "(June 7, 2004)"
+#define IPR_DRIVER_VERSION "2.0.9"
+#define IPR_DRIVER_DATE "(May 26, 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;