Updated version to 0.9.6 and Makefiles to bring the debug options back

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@39 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2006-12-04 10:53:25 +00:00
parent 4784c2ec6e
commit 22041237a9
8 changed files with 21 additions and 16 deletions
+5
View File
@@ -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
-----------------------------------------------------
+6 -6
View File
@@ -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),)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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