mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 04:01:26 +00:00
- Versions changed from "pre1" on "pre2"
- Note added in qla2x00-target/README how to deal with full patched initiator driver git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user