Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2001 12:37:26 -0700 (PDT)
From:      "Kenneth D. Merry" <ken@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_da.c scsi_pt.c scsi_target.c
Message-ID:  <200105011937.f41JbQB74661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         2001/05/01 12:37:26 PDT

  Modified files:
    sys/cam/scsi         scsi_da.c scsi_pt.c scsi_target.c 
  Log:
  Fix up unit attention and selection timeout handling in various peripheral
  drivers.
  
  - change daprevent() to set CAM_RETRY_SELTO and SF_RETRY_UA when it calls
    cam_periph_runccb().
  - change the pt(4) driver to ignore unit attentions
  - change the targ(4) driver to retry selection timeouts
  - clean up a few formatting glitches in the targ(4) driver
  
  Reviewed by:	gibbs
  
  Revision  Changes    Path
  1.70      +3 -3      src/sys/cam/scsi/scsi_da.c
  1.28      +2 -2      src/sys/cam/scsi/scsi_pt.c
  1.39      +6 -12     src/sys/cam/scsi/scsi_target.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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