Commit 7a14c1c3319608154da8712e4174d56ffb2f7b8d

Authored by Christoph Hellwig
1 parent c6e4f191cb

scsi: add a symbolic name for the ZBC device type

Make sure we have a symbolic name for the ZBC type available,
so that e.g. patch for a SATA to translate ZAC commands can
make use of it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -332,6 +332,7 @@
332 332 #define TYPE_ENCLOSURE 0x0d /* Enclosure Services Device */
333 333 #define TYPE_RBC 0x0e
334 334 #define TYPE_OSD 0x11
  335 +#define TYPE_ZBC 0x14
335 336 #define TYPE_NO_LUN 0x7f
336 337  
337 338 /* SCSI protocols; these are taken from SPC-3 section 7.5 */