Date: Wed, 16 Dec 1998 16:03:15 -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 Message-ID: <199812170003.QAA17143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/12/16 16:03:15 PST Modified files: sys/cam/scsi scsi_target.c Log: Correctly track allocated accept target I/O ccbs so that they can be aborted prior to disabling our lun. This requires a second set of links since we use the ones in the ccb_hdr during normal operations. Nuke some unused variables. Revision Changes Path 1.6 +17 -15 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?199812170003.QAA17143>