From e19b08fb3b1474912e2c49c19e53db3c9b43a2c4 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 26 Oct 2006 13:58:39 +0000 Subject: [PATCH] Oops, previous commit erased ERASE16. Fixed. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@13 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_cdbprobe.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scst/src/scst_cdbprobe.h b/scst/src/scst_cdbprobe.h index 70ccbce86..f16a63077 100644 --- a/scst/src/scst_cdbprobe.h +++ b/scst/src/scst_cdbprobe.h @@ -383,6 +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},