]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update SCSI opcodes and ASCs from t10.org.
authorJung-uk Kim <jkim@FreeBSD.org>
Thu, 7 Aug 2008 17:25:05 +0000 (17:25 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Thu, 7 Aug 2008 17:25:05 +0000 (17:25 +0000)
commit874bd088219b24cb77af2b0891a077eef451b5c0
treee2a561a83c9b3be13fdb3f8e5cd9d207cad458cf
parent5e9470f1d5a7c0f81150453fbbe1ab25c4717a67
Update SCSI opcodes and ASCs from t10.org.

http://www.t10.org/lists/1spc-lst.htm

Note opcodes for scanner and communication devices are taken from the previous
revision because they are not listed in the files any more.
Also, note newly added ASCs are all marked with 'XXX TBD' and take SS_RDEF action
for now.  Some ASCs need SS_TUR for error recovery or SS_FATAL to prevent further
retrials.  We should deal with them later.

Reviewed by: scottl, ken
sys/cam/scsi/scsi_all.c
sys/cam/scsi/scsi_all.h