Date: Fri, 5 Mar 1999 15:25:13 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c scsi_targetio.h Message-ID: <199903052325.PAA88259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903052325.PAA88259>