cvs commit: src/sys/bus/cam/scsi scsi_all.c scsi_all.h
    Peter Avalos 
    pavalos at crater.dragonflybsd.org
       
    Sat Aug 23 15:28:29 PDT 2008
    
    
  
pavalos     2008/08/23 15:27:27 PDT
DragonFly src repository
  Modified files:
    sys/bus/cam/scsi     scsi_all.c scsi_all.h 
  Log:
  Update SCSI opcodes and ASCs.
  
  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.
  
  Obtained-from: FreeBSD
  
  Revision  Changes      Path
  1.28      +2382 -1213  src/sys/bus/cam/scsi/scsi_all.c
  1.15      +19 -17      src/sys/bus/cam/scsi/scsi_all.h
http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_all.c.diff?r1=1.27&r2=1.28&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_all.h.diff?r1=1.14&r2=1.15&f=u
    
    
More information about the Commits
mailing list