From owner-cvs-all Fri Mar 5 15:25:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE5D41516C; Fri, 5 Mar 1999 15:25:27 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA88259; Fri, 5 Mar 1999 15:25:13 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <199903052325.PAA88259@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 5 Mar 1999 15:25:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c scsi_targetio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/03/05 15:25:13 PST Modified files: sys/cam/scsi scsi_target.c scsi_targetio.h Log: Implement the control device for the "targ" target mode processor target emulator so that instances can be dynamically added and removed from the system. Properly reference count peripheral instances so they are cleaned up when destroyed by the control device. Set a timeout for test unit ready commands. Before it was uninitialized and could cause us to drop off the bus when no real timeout had occurred. Revision Changes Path 1.9 +239 -80 src/sys/cam/scsi/scsi_target.c 1.2 +17 -1 src/sys/cam/scsi/scsi_targetio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message