diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index df1fbe5a0..1f0cc2f68 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -1,7 +1,7 @@ Target driver for Qlogic 2200/2300 Fibre Channel cards ====================================================== -Version 0.9.5-pre1, XX XXX 2006 +Version 0.9.5-pre2, XX XXX 2006 ------------------------------- This driver has all required features and looks to be quite stable (for @@ -13,6 +13,11 @@ callbacks, but it's still capable to work as initiator only. Mode, when a host acts as the initiator and the target simultaneously, is supported as well. +If you have a driver's version (e.g. development) without the patch, but +with the full patched initiator source code, you should replace by it +qla2xxx subdirectory in kernel_source/drivers/scsi/ and then rebuild the +kernels or only its modules. + This version is compatible with SCST version 0.9.5 and higher. Tested on stable kernels from http://www.kernel.org diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 05dfcf80a..794480d04 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -31,7 +31,7 @@ /* Version numbers, the same as for the kernel */ #define Q2T_VERSION(a,b,c,d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d)) #define Q2T_VERSION_CODE Q2T_VERSION(0,9,5,0) -#define Q2T_VERSION_STRING "0.9.5-pre1" +#define Q2T_VERSION_STRING "0.9.5-pre2" #define Q2T_MAX_CDB_LEN 16 #define Q2T_TIMEOUT 10 /* in seconds */ diff --git a/scst/include/scsi_tgt.h b/scst/include/scsi_tgt.h index da3db5c21..e38657a26 100644 --- a/scst/include/scsi_tgt.h +++ b/scst/include/scsi_tgt.h @@ -32,7 +32,7 @@ /* Version numbers, the same as for the kernel */ #define SCST_VERSION_CODE 0x000905 #define SCST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define SCST_VERSION_STRING "0.9.5-pre1" +#define SCST_VERSION_STRING "0.9.5-pre2" /************************************************************* ** States of command processing state machine