Skip to content

Commit

Permalink
[SCSI] scsi constants: command, sense key + additional sense strings
Browse files Browse the repository at this point in the history
It has been several years since the SCSI constants.c
file has been updated. The attached is against lk 3.10
and brings the command strings, sense keys and additional
sense code strings into sync with spc4r36g.pdf.

Certain SCSI command names that previously only took the
opcode (i.e. byte 0 of the cdb) into account, have been
split into several command names using the associated
service action field to differentiate. For example,
persistent reservations that previously had 2 commands
(i.e. "in" and "out") have been expanded to 12 commands
(e.g. "Persistent reserve in, read reservation").

Sync SCSI command names, sense key strings and additional
sense code strings with SPC-4 draft revision 36g

[jejb: whitespace fix]
Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Douglas Gilbert authored and James Bottomley committed Jul 9, 2013
1 parent 0516c08 commit 655ee63
Showing 1 changed file with 187 additions and 48 deletions.
Loading

0 comments on commit 655ee63

Please sign in to comment.