From owner-cvs-all Wed Jan 15 16:24:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC47D37B401; Wed, 15 Jan 2003 16:24:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F91443F3F; Wed, 15 Jan 2003 16:24:29 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0G0OTfh000418; Wed, 15 Jan 2003 16:24:29 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0G0OTEo000417; Wed, 15 Jan 2003 16:24:29 -0800 (PST) Message-Id: <200301160024.h0G0OTEo000417@repoman.freebsd.org> From: Nate Lawson Date: Wed, 15 Jan 2003 16:24:29 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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