From: <vl...@us...> - 2008-07-09 16:44:11
|
Revision: 442 http://scst.svn.sourceforge.net/scst/?rev=442&view=rev Author: vlnb Date: 2008-07-09 09:44:01 -0700 (Wed, 09 Jul 2008) Log Message: ----------- - Version changed to 1.0.1 - Switched back to the debug mode Modified Paths: -------------- trunk/iscsi-full_perf.patch trunk/iscsi-release.patch trunk/iscsi-scst/README trunk/iscsi-scst/include/iscsi_scst_ver.h trunk/iscsi-scst/kernel/Makefile trunk/qla2x00t/qla2x00-target/ChangeLog trunk/qla2x00t/qla2x00-target/Makefile trunk/qla2x00t/qla2x00-target/README trunk/qla2x00t/qla2x00-target/qla2x00t.h trunk/qla_isp/linux/isp_pci.c trunk/qla_isp/linux/isp_scst.c trunk/scst/ChangeLog trunk/scst/README trunk/scst/include/scst.h trunk/scst/include/scst_user.h trunk/scst/src/Makefile trunk/scst/src/dev_handlers/Makefile trunk/scstadmin/scstadmin trunk/usr/fileio/Makefile trunk/usr/fileio/README trunk/usr/fileio/fileio.c trunk/usr-full_perf.patch trunk/usr-release.patch Modified: trunk/iscsi-full_perf.patch =================================================================== --- trunk/iscsi-full_perf.patch 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/iscsi-full_perf.patch 2008-07-09 16:44:01 UTC (rev 442) @@ -2,7 +2,7 @@ =================================================================== --- iscsi-scst/kernel/Makefile (revision 324) +++ iscsi-scst/kernel/Makefile (working copy) -@@ -26,9 +26,9 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/in +@@ -23,9 +23,9 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/in EXTRA_CFLAGS += -I$(src)/../include -I$(SCST_INC_DIR) # -Wextra -Wno-unused-parameter Modified: trunk/iscsi-release.patch =================================================================== --- trunk/iscsi-release.patch 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/iscsi-release.patch 2008-07-09 16:44:01 UTC (rev 442) @@ -2,7 +2,7 @@ =================================================================== --- iscsi-scst/kernel/Makefile (revision 324) +++ iscsi-scst/kernel/Makefile (working copy) -@@ -26,9 +26,9 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/in +@@ -23,9 +23,9 @@ SCST_INC_DIR := $(SUBDIRS)/../../scst/in EXTRA_CFLAGS += -I$(src)/../include -I$(SCST_INC_DIR) # -Wextra -Wno-unused-parameter Modified: trunk/iscsi-scst/README =================================================================== --- trunk/iscsi-scst/README 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/iscsi-scst/README 2008-07-09 16:44:01 UTC (rev 442) @@ -1,8 +1,8 @@ iSCSI SCST target driver ======================== -Version 1.0.0/0.4.16r155, 7 July 2008 -------------------------------------- +Version 1.0.1/0.4.16r155, XX XXXX 2008 +-------------------------------------- This driver is a forked with all respects version of iSCSI Enterprise Target (IET) (http://iscsitarget.sourceforge.net/) with updates to work Modified: trunk/iscsi-scst/include/iscsi_scst_ver.h =================================================================== --- trunk/iscsi-scst/include/iscsi_scst_ver.h 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/iscsi-scst/include/iscsi_scst_ver.h 2008-07-09 16:44:01 UTC (rev 442) @@ -13,4 +13,4 @@ * GNU General Public License for more details. */ -#define ISCSI_VERSION_STRING "1.0.0/0.4.16r155" +#define ISCSI_VERSION_STRING "1.0.1/0.4.16r155" Modified: trunk/iscsi-scst/kernel/Makefile =================================================================== --- trunk/iscsi-scst/kernel/Makefile 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/iscsi-scst/kernel/Makefile 2008-07-09 16:44:01 UTC (rev 442) @@ -23,9 +23,9 @@ EXTRA_CFLAGS += -I$(src)/../include -I$(SCST_INC_DIR) # -Wextra -Wno-unused-parameter -#EXTRA_CFLAGS += -DEXTRACHECKS -EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG -g +EXTRA_CFLAGS += -DEXTRACHECKS +#EXTRA_CFLAGS += -DTRACING +EXTRA_CFLAGS += -DDEBUG -g #EXTRA_CFLAGS += -DDEBUG_DIGEST_FAILURES Modified: trunk/qla2x00t/qla2x00-target/ChangeLog =================================================================== --- trunk/qla2x00t/qla2x00-target/ChangeLog 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla2x00t/qla2x00-target/ChangeLog 2008-07-09 16:44:01 UTC (rev 442) @@ -1,3 +1,8 @@ +Summary of changes between versions 1.0.0 and 1.0.1 +--------------------------------------------------- + + + Summary of changes between versions 0.9.5 and 1.0.0 --------------------------------------------------- Modified: trunk/qla2x00t/qla2x00-target/Makefile =================================================================== --- trunk/qla2x00t/qla2x00-target/Makefile 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla2x00t/qla2x00-target/Makefile 2008-07-09 16:44:01 UTC (rev 442) @@ -35,9 +35,9 @@ INSTALL_DIR := /lib/modules/$(shell uname -r)/extra -#EXTRA_CFLAGS += -DEXTRACHECKS -EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG_TGT -g +EXTRA_CFLAGS += -DEXTRACHECKS +#EXTRA_CFLAGS += -DTRACING +EXTRA_CFLAGS += -DDEBUG_TGT -g #EXTRA_CFLAGS += -DDEBUG_WORK_IN_THREAD ifeq ($(KVER),) Modified: trunk/qla2x00t/qla2x00-target/README =================================================================== --- trunk/qla2x00t/qla2x00-target/README 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla2x00t/qla2x00-target/README 2008-07-09 16:44:01 UTC (rev 442) @@ -1,7 +1,7 @@ Target driver for Qlogic 2200/2300 Fibre Channel cards ====================================================== -Version 1.0.0, 7 July 2008 +Version 1.0.1, X XXXX 2008 -------------------------- This driver has all required features and looks to be quite stable (for Modified: trunk/qla2x00t/qla2x00-target/qla2x00t.h =================================================================== --- trunk/qla2x00t/qla2x00-target/qla2x00t.h 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla2x00t/qla2x00-target/qla2x00t.h 2008-07-09 16:44:01 UTC (rev 442) @@ -38,7 +38,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(1,0,0,0) -#define Q2T_VERSION_STRING "1.0.0" +#define Q2T_VERSION_STRING "1.0.1" #define Q2T_MAX_CDB_LEN 16 #define Q2T_TIMEOUT 10 /* in seconds */ Modified: trunk/qla_isp/linux/isp_pci.c =================================================================== --- trunk/qla_isp/linux/isp_pci.c 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla_isp/linux/isp_pci.c 2008-07-09 16:44:01 UTC (rev 442) @@ -548,7 +548,7 @@ if (isp_debug) { isp->isp_dblev = isp_debug; } else { - isp->isp_dblev = ISP_LOGERR; + isp->isp_dblev = ISP_LOGCONFIG|ISP_LOGINFO|ISP_LOGWARN|ISP_LOGERR; } pci_read_config_word(pdev, PCI_COMMAND, &cmd); Modified: trunk/qla_isp/linux/isp_scst.c =================================================================== --- trunk/qla_isp/linux/isp_scst.c 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/qla_isp/linux/isp_scst.c 2008-07-09 16:44:01 UTC (rev 442) @@ -156,7 +156,7 @@ struct scst_proc_data proc_data; }; -//#define DEBUG 1 +#define DEBUG 1 #ifdef DEBUG #define SDprintk if (debug) printk Modified: trunk/scst/ChangeLog =================================================================== --- trunk/scst/ChangeLog 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/ChangeLog 2008-07-09 16:44:01 UTC (rev 442) @@ -1,3 +1,8 @@ +Summary of changes between versions 1.0.0 and 1.0.1 +--------------------------------------------------- + + + Summary of changes between versions 0.9.5 and 1.0.0 --------------------------------------------------- Modified: trunk/scst/README =================================================================== --- trunk/scst/README 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/README 2008-07-09 16:44:01 UTC (rev 442) @@ -1,7 +1,7 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 1.0.0, 7 July 2008 +Version 1.0.1, X XXXX 2008 -------------------------- SCST is designed to provide unified, consistent interface between SCSI Modified: trunk/scst/include/scst.h =================================================================== --- trunk/scst/include/scst.h 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/include/scst.h 2008-07-09 16:44:01 UTC (rev 442) @@ -48,9 +48,9 @@ #endif /* Version numbers, the same as for the kernel */ -#define SCST_VERSION_CODE 0x01000000 +#define SCST_VERSION_CODE 0x01000100 #define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d) -#define SCST_VERSION_STRING "1.0.0" +#define SCST_VERSION_STRING "1.0.1" #define SCST_INTERFACE_VERSION SCST_VERSION_STRING "$Revision$" SCST_CONST_VERSION /************************************************************* Modified: trunk/scst/include/scst_user.h =================================================================== --- trunk/scst/include/scst_user.h 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/include/scst_user.h 2008-07-09 16:44:01 UTC (rev 442) @@ -26,7 +26,7 @@ #define DEV_USER_NAME "scst_user" #define DEV_USER_PATH "/dev/" -#define DEV_USER_VERSION_NAME "1.0.0" +#define DEV_USER_VERSION_NAME "1.0.1" #define DEV_USER_VERSION DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION /* Modified: trunk/scst/src/Makefile =================================================================== --- trunk/scst/src/Makefile 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/src/Makefile 2008-07-09 16:44:01 UTC (rev 442) @@ -115,7 +115,7 @@ #EXTRA_CFLAGS += -DSTRICT_SERIALIZING -#EXTRA_CFLAGS += -DEXTRACHECKS +EXTRA_CFLAGS += -DEXTRACHECKS #EXTRA_CFLAGS += -DUSE_EXPECTED_VALUES #EXTRA_CFLAGS += -DALLOW_PASSTHROUGH_IO_SUBMIT_IN_SIRQ @@ -123,9 +123,9 @@ #EXTRA_CFLAGS += -fno-inline -EXTRA_CFLAGS += -DTRACING +#EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG -g +EXTRA_CFLAGS += -DDEBUG -g #EXTRA_CFLAGS += -DDEBUG_TM -DTM_DBG_GO_OFFLINE=0 #EXTRA_CFLAGS += -DDEBUG_RETRY #EXTRA_CFLAGS += -DDEBUG_OOM Modified: trunk/scst/src/dev_handlers/Makefile =================================================================== --- trunk/scst/src/dev_handlers/Makefile 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scst/src/dev_handlers/Makefile 2008-07-09 16:44:01 UTC (rev 442) @@ -69,10 +69,10 @@ EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SCST_INC_DIR) -Wextra -Wno-unused-parameter -#EXTRA_CFLAGS += -DEXTRACHECKS +EXTRA_CFLAGS += -DEXTRACHECKS -EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG -g +#EXTRA_CFLAGS += -DTRACING +EXTRA_CFLAGS += -DDEBUG -g clean: rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers \ Modified: trunk/scstadmin/scstadmin =================================================================== --- trunk/scstadmin/scstadmin 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/scstadmin/scstadmin 2008-07-09 16:44:01 UTC (rev 442) @@ -1,5 +1,5 @@ #!/usr/bin/perl -$Version = 'SCST Configurator v1.0.0'; +$Version = 'SCST Configurator v1.0.1'; # Configures SCST # Modified: trunk/usr/fileio/Makefile =================================================================== --- trunk/usr/fileio/Makefile 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/usr/fileio/Makefile 2008-07-09 16:44:01 UTC (rev 442) @@ -30,9 +30,9 @@ PROGS = fileio_tgt LIBS = -lpthread -#CFLAGS += -DEXTRACHECKS -CFLAGS += -DTRACING -#CFLAGS += -DDEBUG -g +CFLAGS += -DEXTRACHECKS +#CFLAGS += -DTRACING +CFLAGS += -DDEBUG -g #CFLAGS += -DDEBUG_NOMEM #CFLAGS += -DDEBUG_SENSE Modified: trunk/usr/fileio/README =================================================================== --- trunk/usr/fileio/README 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/usr/fileio/README 2008-07-09 16:44:01 UTC (rev 442) @@ -1,7 +1,7 @@ User space FILEIO handler ========================= -Version 1.0.0, 7 July 2008 +Version 1.0.1, X XXXX 2008 -------------------------- User space program fileio_tgt uses interface of SCST's scst_user dev Modified: trunk/usr/fileio/fileio.c =================================================================== --- trunk/usr/fileio/fileio.c 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/usr/fileio/fileio.c 2008-07-09 16:44:01 UTC (rev 442) @@ -66,7 +66,7 @@ #endif /* defined(DEBUG) || defined(TRACING) */ #define DEF_BLOCK_SHIFT 9 -#define VERSION_STR "1.0.0" +#define VERSION_STR "1.0.1" #define THREADS 7 static struct option const long_options[] = Modified: trunk/usr-full_perf.patch =================================================================== --- trunk/usr-full_perf.patch 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/usr-full_perf.patch 2008-07-09 16:44:01 UTC (rev 442) @@ -2,7 +2,7 @@ =================================================================== --- usr/fileio/Makefile (revision 324) +++ usr/fileio/Makefile (working copy) -@@ -29,9 +29,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused- +@@ -30,9 +30,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused- PROGS = fileio_tgt LIBS = -lpthread Modified: trunk/usr-release.patch =================================================================== --- trunk/usr-release.patch 2008-07-09 09:50:33 UTC (rev 441) +++ trunk/usr-release.patch 2008-07-09 16:44:01 UTC (rev 442) @@ -2,7 +2,7 @@ =================================================================== --- usr/fileio/Makefile (revision 324) +++ usr/fileio/Makefile (working copy) -@@ -29,9 +29,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused- +@@ -30,9 +30,9 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused- PROGS = fileio_tgt LIBS = -lpthread This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |