TEST-TOOL: add test for read16/rdprotect

This commit is contained in:
Ronnie Sahlberg
2012-02-05 07:56:35 +11:00
parent b4573178ca
commit 2b521b4d24
5 changed files with 134 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ enum scsi_opcode {
SCSI_OPCODE_WRITE10 = 0x2A,
SCSI_OPCODE_VERIFY10 = 0x2F,
SCSI_OPCODE_SYNCHRONIZECACHE10 = 0x35,
SCSI_OPCODE_READ16 = 0x88,
SCSI_OPCODE_REPORTLUNS = 0xA0,
SCSI_OPCODE_READ12 = 0xA8
};