TEST-TOOL: Add test for read12/rdprotect

This commit is contained in:
Ronnie Sahlberg
2012-02-05 07:52:30 +11:00
parent 0a0dfc4d65
commit b4573178ca
5 changed files with 134 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ enum scsi_opcode {
SCSI_OPCODE_WRITE10 = 0x2A,
SCSI_OPCODE_VERIFY10 = 0x2F,
SCSI_OPCODE_SYNCHRONIZECACHE10 = 0x35,
SCSI_OPCODE_REPORTLUNS = 0xA0
SCSI_OPCODE_REPORTLUNS = 0xA0,
SCSI_OPCODE_READ12 = 0xA8
};
/* sense keys */