libata: Implement ZBC OUT translation
ZAC drives implement a 'ZAC Management Out' command template, which maps onto the ZBC OUT command. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:

committed by
Tejun Heo

parent
28a3fc2295
commit
27708a9579
@@ -2483,6 +2483,7 @@ const char *ata_get_cmd_descript(u8 command)
|
||||
{ ATA_CMD_REQ_SENSE_DATA, "REQUEST SENSE DATA EXT" },
|
||||
{ ATA_CMD_SANITIZE_DEVICE, "SANITIZE DEVICE" },
|
||||
{ ATA_CMD_ZAC_MGMT_IN, "ZAC MANAGEMENT IN" },
|
||||
{ ATA_CMD_ZAC_MGMT_OUT, "ZAC MANAGEMENT OUT" },
|
||||
{ ATA_CMD_READ_LONG, "READ LONG (with retries)" },
|
||||
{ ATA_CMD_READ_LONG_ONCE, "READ LONG (without retries)" },
|
||||
{ ATA_CMD_WRITE_LONG, "WRITE LONG (with retries)" },
|
||||
|
Reference in New Issue
Block a user