cvs commit: src/sys/cam/scsi scsi_all.c scsi_all.h
Jung-uk Kim
jkim at FreeBSD.org
Thu Aug 7 17:25:11 UTC 2008
jkim 2008-08-07 17:25:05 UTC
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_all.c scsi_all.h
Log:
SVN rev 181381 on 2008-08-07 17:25:05Z by jkim
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
Revision Changes Path
1.52 +2380 -1211 src/sys/cam/scsi/scsi_all.c
1.31 +17 -15 src/sys/cam/scsi/scsi_all.h
More information about the cvs-src
mailing list