From 6b6684c80691c4d66977e0d7b2c6ced69b59429a Mon Sep 17 00:00:00 2001 From: vlnb Date: Thu, 26 Oct 2006 13:56:42 +0000 Subject: [PATCH] Added SERVICE ACTION IN in scst_scsi_op_table git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@12 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_cdbprobe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_cdbprobe.h b/scst/src/scst_cdbprobe.h index 0559878..70ccbce 100644 --- a/scst/src/scst_cdbprobe.h +++ b/scst/src/scst_cdbprobe.h @@ -383,8 +383,8 @@ static const struct scst_sdbops scst_scsi_op_table[] = { SCST_DATA_NONE, 0, SCST_LONG_TIMEOUT, 0, 0}, {0x93, "O O ", "WRITE SAME(16)", SCST_DATA_WRITE, 4, SCST_UNKNOWN_LENGTH, 1, 0}, /*N2! */ - {0x93, " M ", "ERASE(16)", - SCST_DATA_NONE, 0, SCST_LONG_TIMEOUT, 0, 0}, + {0x9E, "M ", "SERVICE ACTION IN", + SCST_DATA_READ, 4, 0, 0, 0}, /* 12-bytes length CDB */ {0xA0, "VVVVVVVVVV M ", "REPORT LUN", -- 2.17.1