]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi constants: command, sense key + additional sense strings
authorDouglas Gilbert <dgilbert@interlog.com>
Tue, 2 Jul 2013 04:17:34 +0000 (00:17 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 9 Jul 2013 21:52:29 +0000 (22:52 +0100)
commit35b937caa063b3f3583a8eb80fc2f36628070a4a
tree44d4777f2c91eb56484357b314328cc7cb43944a
parentee7e2aa7ae64b96dda71adcdcf1762a747b1f224
[SCSI] scsi constants: command, sense key + additional sense strings

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>
drivers/scsi/constants.c