]> 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)
commit7fa6143ac7ea9472cc15a07a4007b26369ff8d10
tree44d4777f2c91eb56484357b314328cc7cb43944a
parent00800d215d162185d4816729f70198b3595b2499
[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