aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-07-18 16:50:39 +0200
committerChristoph Hellwig <hch@lst.de>2014-07-25 17:16:40 -0400
commitc6e4f191cb0a83dc548d90c0da5452b12dbb5e8a (patch)
treec8fd3cf1f82c5a7bc9534ee8dd629aae8a226b84 /drivers/scsi/scsi.c
parentfnic: reject device resets without assigned tags for the blk-mq case (diff)
downloadlinux-dev-c6e4f191cb0a83dc548d90c0da5452b12dbb5e8a.tar.xz
linux-dev-c6e4f191cb0a83dc548d90c0da5452b12dbb5e8a.zip
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: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r--drivers/scsi/scsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index 013709f11bf1..33318f5ebb4b 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -122,6 +122,8 @@ static const char *const scsi_device_types[] = {
"Bridge controller",
"Object storage ",
"Automation/Drive ",
+ "Security Manager ",
+ "Direct-Access-ZBC",
};
/**