diff options
author | Hannes Reinecke <hare@suse.de> | 2011-07-22 16:51:14 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-08-01 12:10:28 +0200 |
commit | 8bd3e139c638d9742e12da33007a19c5204302af (patch) | |
tree | 8a7da388cfc8a7b74eddc9ae4d3863e0e0dba641 /hw/scsi-defs.h | |
parent | 3790372c963dbc87d4efdf24f8b718c283798fa0 (diff) |
scsi: Remove REZERO_UNIT emulation
REZERO_UNIT command is obsolete. Remove support for it.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/scsi-defs.h')
-rw-r--r-- | hw/scsi-defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h index 8513983e34..1f40c5c8a5 100644 --- a/hw/scsi-defs.h +++ b/hw/scsi-defs.h @@ -25,7 +25,6 @@ */ #define TEST_UNIT_READY 0x00 -#define REZERO_UNIT 0x01 #define REQUEST_SENSE 0x03 #define FORMAT_UNIT 0x04 #define READ_BLOCK_LIMITS 0x05 |