Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2008 17:25:05 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_all.c scsi_all.h
Message-ID:  <200808071725.m77HPBOC082802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808071725.m77HPBOC082802>