From: <vl...@us...> - 2006-10-12 15:25:42
|
Revision: 6 http://svn.sourceforge.net/scst/?rev=6&view=rev Author: vlnb Date: 2006-10-12 08:25:28 -0700 (Thu, 12 Oct 2006) Log Message: ----------- - Versions changed from "pre1" on "pre2" - Note added in qla2x00-target/README how to deal with full patched initiator driver Modified Paths: -------------- trunk/qla2x00t/qla2x00-target/README trunk/qla2x00t/qla2x00-target/qla2x00t.h trunk/scst/include/scsi_tgt.h Modified: trunk/qla2x00t/qla2x00-target/README =================================================================== --- trunk/qla2x00t/qla2x00-target/README 2006-10-12 15:15:46 UTC (rev 5) +++ trunk/qla2x00t/qla2x00-target/README 2006-10-12 15:25:28 UTC (rev 6) @@ -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 @@ 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 Modified: trunk/qla2x00t/qla2x00-target/qla2x00t.h =================================================================== --- trunk/qla2x00t/qla2x00-target/qla2x00t.h 2006-10-12 15:15:46 UTC (rev 5) +++ trunk/qla2x00t/qla2x00-target/qla2x00t.h 2006-10-12 15:25:28 UTC (rev 6) @@ -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 */ Modified: trunk/scst/include/scsi_tgt.h =================================================================== --- trunk/scst/include/scsi_tgt.h 2006-10-12 15:15:46 UTC (rev 5) +++ trunk/scst/include/scsi_tgt.h 2006-10-12 15:25:28 UTC (rev 6) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |