Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 18:23:09 -0700 (PDT)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam/scsi scsi_all.c
Message-ID:  <199809190123.SAA09378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1998/09/18 18:23:04 PDT

  Modified files:
    sys/cam/scsi         scsi_all.c 
  Log:
  Fix error recovery in scsi_interpret_sense().  It turns out that ERESTART
  wasn't getting sent back for most errors, even if there were retries left
  on the command.  I'm not sure how I ever let this slip by before...
  
  In any case, we now send back ERESTART if there are retries left for the
  command, and send back the default error code when there are no retries
  left.
  
  Reviewed by:	gibbs
  
  Revision  Changes    Path
  1.3       +27 -15    src/sys/cam/scsi/scsi_all.c



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