Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 16:24:29 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_target.c src/share/man/man4 targ.4 src/share/examples/scsi_target scsi_cmds.c scsi_target.c
Message-ID:  <200301160024.h0G0OTEo000417@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2003/01/15 16:24:29 PST

  Modified files:
    sys/cam/scsi         scsi_target.c 
    share/man/man4       targ.4 
    share/examples/scsi_target scsi_cmds.c scsi_target.c 
  Log:
  kernel:
  * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0
  
  user:
  * Increase timeout in usermode to CAM_TIME_INFINITY.  The initiator is in
    charge of timeouts and the value was in ms, not seconds.
  * Bring two debugging printfs under the debug flag
  * Clean up man page to show increased testing on isp(4)
  
  Submitted by:   gibbs (bugfixes)
  
  Revision  Changes    Path
  1.2       +4 -2      src/share/examples/scsi_target/scsi_cmds.c
  1.14      +5 -2      src/share/examples/scsi_target/scsi_target.c
  1.3       +5 -6      src/share/man/man4/targ.4
  1.47      +1 -1      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?200301160024.h0G0OTEo000417>