From e63259de5a28107d072396140c32983919343ddb Mon Sep 17 00:00:00 2001 From: vlnb Date: Mon, 4 Dec 2006 10:53:25 +0000 Subject: [PATCH] Updated version to 0.9.6 and Makefiles to bring the debug options back git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@39 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/ChangeLog | 5 +++++ qla2x00t/qla2x00-target/Makefile | 12 ++++++------ qla2x00t/qla2x00-target/README | 2 +- qla2x00t/qla2x00-target/qla2x00t.h | 2 +- scst/README | 2 +- scst/include/scsi_tgt.h | 4 ++-- scst/src/Makefile | 6 +++--- scst/src/dev_handlers/Makefile | 4 ++-- 8 files changed, 21 insertions(+), 16 deletions(-) diff --git a/qla2x00t/qla2x00-target/ChangeLog b/qla2x00t/qla2x00-target/ChangeLog index 9a6d85b..a2b52ac 100644 --- a/qla2x00t/qla2x00-target/ChangeLog +++ b/qla2x00t/qla2x00-target/ChangeLog @@ -1,3 +1,8 @@ +Summary of changes between versions 0.9.5 and 0.9.6 +--------------------------------------------------- + + + Summary of changes between versions 0.9.3.8 and 0.9.5 ----------------------------------------------------- diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 2c6881a..08c88b5 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -26,17 +26,17 @@ # - install and uninstall must be made as root # -SCST_INC_DIR := /usr/local/include/scst -#SCST_INC_DIR := $(SUBDIRS)/../../scst/include -#SCST_DIR := $(shell pwd)/../../scst/src -SCST_DIR := $(shell pwd)/../../scst-0.9.5/src +#SCST_INC_DIR := /usr/local/include/scst +SCST_INC_DIR := $(SUBDIRS)/../../scst/include +SCST_DIR := $(shell pwd)/../../scst/src +#SCST_DIR := $(shell pwd)/../../scst-0.9.5/src EXTRA_CFLAGS += -I$(SCST_INC_DIR) -DFC_TARGET_SUPPORT INSTALL_DIR := /lib/modules/$(shell uname -r)/extra EXTRA_CFLAGS += -DEXTRACHECKS -EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG_TGT +#EXTRA_CFLAGS += -DTRACING +EXTRA_CFLAGS += -DDEBUG_TGT #EXTRA_CFLAGS += -DDEBUG_WORK_IN_THREAD ifeq ($(KVER),) diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index 28d4416..26eb7f6 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, 01 Dec 2006 +Version 0.9.6, XX XXX 200X -------------------------- This driver has all required features and looks to be quite stable (for diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 8f75b5f..67595fd 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" +#define Q2T_VERSION_STRING "0.9.6-pre1" #define Q2T_MAX_CDB_LEN 16 #define Q2T_TIMEOUT 10 /* in seconds */ diff --git a/scst/README b/scst/README index 7ba8c03..86e7cae 100644 --- a/scst/README +++ b/scst/README @@ -1,7 +1,7 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 0.9.5, 01 Dec 2006 +Version 0.9.6, XX XXX 200X -------------------------- SCST is designed to provide unified, consistent interface between SCSI diff --git a/scst/include/scsi_tgt.h b/scst/include/scsi_tgt.h index ede2e30..23a25b7 100644 --- a/scst/include/scsi_tgt.h +++ b/scst/include/scsi_tgt.h @@ -30,9 +30,9 @@ #include <../drivers/scsi/scsi.h> /* Version numbers, the same as for the kernel */ -#define SCST_VERSION_CODE 0x000905 +#define SCST_VERSION_CODE 0x000906 #define SCST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define SCST_VERSION_STRING "0.9.5" +#define SCST_VERSION_STRING "0.9.6-pre1" /************************************************************* ** States of command processing state machine diff --git a/scst/src/Makefile b/scst/src/Makefile index 2d90092..2c30e14 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -76,13 +76,13 @@ EXTRA_CFLAGS += -I$(INC_DIR) #EXTRA_CFLAGS += -DSTRICT_SERIALIZING EXTRA_CFLAGS += -DEXTRACHECKS -EXTRA_CFLAGS += -DFILEIO_ONLY +#EXTRA_CFLAGS += -DFILEIO_ONLY #EXTRA_CFLAGS += -fno-inline -EXTRA_CFLAGS += -DTRACING +#EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG +EXTRA_CFLAGS += -DDEBUG #EXTRA_CFLAGS += -DDEBUG_TM -DTM_DBG_GO_OFFLINE=0 #EXTRA_CFLAGS += -DDEBUG_RETRY #EXTRA_CFLAGS += -DDEBUG_OOM diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index d9e7ecd..e249656 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -51,9 +51,9 @@ INSTALL_DIR := /lib/modules/$(shell uname -r)/extra EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SUBDIRS)/../include #EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SUBDIRS)/../../include -I$(SUBDIRS)/.. -EXTRA_CFLAGS += -DTRACING +#EXTRA_CFLAGS += -DTRACING -#EXTRA_CFLAGS += -DDEBUG +EXTRA_CFLAGS += -DDEBUG clean: rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers -- 2.17.1