From bd536cf3302e258cace9cfa9f554ec9f9e27591a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 26 Nov 2009 15:34:16 +0100 Subject: scsi: add read/write 16 commands. Add READ_16 + friends to scsi-defs.h, scsi_command_name() and the request parsing helper functions. Use them in scsi-disk.c too. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/scsi-defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/scsi-defs.h') diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h index cc7f35e..4759d80 100644 --- a/hw/scsi-defs.h +++ b/hw/scsi-defs.h @@ -100,6 +100,9 @@ #define REWIND 0x01 #define REPORT_DENSITY_SUPPORT 0x44 #define GET_CONFIGURATION 0x46 +#define READ_16 0x88 +#define WRITE_16 0x8a +#define WRITE_VERIFY_16 0x8e #define SERVICE_ACTION_IN 0x9e #define REPORT_LUNS 0xa0 #define LOAD_UNLOAD 0xa6 -- cgit v1.1