Commit c6e4f191 authored by Christoph Hellwig's avatar Christoph Hellwig

scsi: update scsi_device_types

Add two new device types, most importantly the zoned block device
one.

Split from an earlier patch by Hannes Reinecke.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Reviewed-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 4d637168
...@@ -122,6 +122,8 @@ static const char *const scsi_device_types[] = { ...@@ -122,6 +122,8 @@ static const char *const scsi_device_types[] = {
"Bridge controller", "Bridge controller",
"Object storage ", "Object storage ",
"Automation/Drive ", "Automation/Drive ",
"Security Manager ",
"Direct-Access-ZBC",
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment