Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35518
b: refs/heads/master
c: 8a1cdc9
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and Linus Torvalds committed Sep 25, 2006
1 parent 4a2bc06 commit 67eb021
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 508df253dbefb0385a629370f4244e3db197d3b8
refs/heads/master: 8a1cdc9ca264c49ad0b896e43468fe6a4b0b646c
16 changes: 10 additions & 6 deletions trunk/drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,26 @@ unsigned int scsi_logging_level;
EXPORT_SYMBOL(scsi_logging_level);
#endif

/* NB: These are exposed through /proc/scsi/scsi and form part of the ABI.
* You may not alter any existing entry (although adding new ones is
* encouraged once assigned by ANSI/INCITS T10
*/
static const char *const scsi_device_types[] = {
"Direct access ",
"Sequential access",
"Direct-Access ",
"Sequential-Access",
"Printer ",
"Processor ",
"WORM ",
"CD/DVD ",
"CD-ROM ",
"Scanner ",
"Optical memory ",
"Media changer ",
"Optical Device ",
"Medium Changer ",
"Communications ",
"ASC IT8 ",
"ASC IT8 ",
"RAID ",
"Enclosure ",
"Direct access RBC",
"Direct-Access-RBC",
"Optical card ",
"Bridge controller",
"Object storage ",
Expand Down

0 comments on commit 67eb021

Please sign in to comment.