mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
Change version number from 2.1.0-pre into 2.2.0-pre
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@3988 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1069,7 +1069,7 @@ struct scst_tgt_template {
|
||||
/*
|
||||
* Optional revision to be reported in the SCSI inquiry response. If
|
||||
* NULL, an SCST device handler specific default value will be used,
|
||||
* e.g. " 210" for scst_vdisk file I/O.
|
||||
* e.g. " 220" for scst_vdisk file I/O.
|
||||
*/
|
||||
const char *revision;
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ static struct scst_trace_log vdisk_local_trace_tbl[] = {
|
||||
#define SCST_FIO_VENDOR "SCST_FIO"
|
||||
#define SCST_BIO_VENDOR "SCST_BIO"
|
||||
/* 4 byte ASCII Product Revision Level - left aligned */
|
||||
#define SCST_FIO_REV " 210"
|
||||
#define SCST_FIO_REV " 220"
|
||||
|
||||
#define MAX_USN_LEN (20+1) /* For '\0' */
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
/* 8 byte ASCII Vendor */
|
||||
#define VENDOR "SCST_USR"
|
||||
/* 4 byte ASCII Product Revision Level - left aligned */
|
||||
#define FIO_REV " 210"
|
||||
#define FIO_REV " 220"
|
||||
|
||||
#define MAX_USN_LEN (20+1) /* For '\0' */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user