aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/scsi.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index c51b5769eac8..7a054f9d1ee3 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -96,22 +96,26 @@ unsigned int scsi_logging_level;
96EXPORT_SYMBOL(scsi_logging_level); 96EXPORT_SYMBOL(scsi_logging_level);
97#endif 97#endif
98 98
99/* NB: These are exposed through /proc/scsi/scsi and form part of the ABI.
100 * You may not alter any existing entry (although adding new ones is
101 * encouraged once assigned by ANSI/INCITS T10
102 */
99static const char *const scsi_device_types[] = { 103static const char *const scsi_device_types[] = {
100 "Direct access ", 104 "Direct-Access ",
101 "Sequential access", 105 "Sequential-Access",
102 "Printer ", 106 "Printer ",
103 "Processor ", 107 "Processor ",
104 "WORM ", 108 "WORM ",
105 "CD/DVD ", 109 "CD-ROM ",
106 "Scanner ", 110 "Scanner ",
107 "Optical memory ", 111 "Optical Device ",
108 "Media changer ", 112 "Medium Changer ",
109 "Communications ", 113 "Communications ",
110 "ASC IT8 ", 114 "ASC IT8 ",
111 "ASC IT8 ", 115 "ASC IT8 ",
112 "RAID ", 116 "RAID ",
113 "Enclosure ", 117 "Enclosure ",
114 "Direct access RBC", 118 "Direct-Access-RBC",
115 "Optical card ", 119 "Optical card ",
116 "Bridge controller", 120 "Bridge controller",
117 "Object storage ", 121 "Object storage ",