From: vlnb Date: Thu, 26 Oct 2006 13:58:39 +0000 (+0000) Subject: Oops, previous commit erased ERASE16. Fixed. X-Git-Url: http://git.etherboot.org/mirror/scst/.git/commitdiff_plain/d16d10a6d1b258ad875e3e217de808f88ef99818 Oops, previous commit erased ERASE16. Fixed. git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@13 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- diff --git a/scst/src/scst_cdbprobe.h b/scst/src/scst_cdbprobe.h index 70ccbce..f16a630 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},