From f1c4e942acd7ed922268b74ee1bc8748da4ad11b Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 3 May 2011 21:07:02 +0000 Subject: [PATCH] Merge of the trunk's r3435: MultiP must be 1 and HiSup 0 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3436 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index cf6e3aa01..bb945cc14 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1423,9 +1423,9 @@ static void vdisk_exec_inquiry(struct scst_cmd *cmd) } buf[2] = 5; /* Device complies to SPC-3 */ - buf[3] = 0x12; /* HiSup + data in format specified in SPC */ + buf[3] = 0x02; /* Data in format specified in SPC */ buf[4] = 31;/* n - 4 = 35 - 4 = 31 for full 36 byte data */ - buf[6] = 1; /* MultiP 1 */ + buf[6] = 0x10; /* MultiP 1 */ buf[7] = 2; /* CMDQUE 1, BQue 0 => commands queuing supported */ /*