From owner-cvs-all Fri Jul 14 13:17:48 2000 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 88F8137B61E; Fri, 14 Jul 2000 13:17:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23528; Fri, 14 Jul 2000 13:17:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007142017.NAA23528@freefall.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2000 13:17:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/14 13:17:44 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_target.c Log: Empty commit (sorry about the last) for putting in message: MFC:Pick up some changes from Justin (add tagged queing support, remember to splx(s) if cam_extend_get fails and we return ENXIO, reset ccb flags when we push ATIOs back to the SIM, do some data increment fixes, set priority of command based on whether CAM_DIS_DISCONNECT is set and related changes). Add in some more CAM_DEBUG_PERIPH debug statements and also add in support for TARGIODEBUG which then will enable or disable CAM_DEBUG_PERIPH tracing for an instance. Revision Changes Path 1.22.2.3 +1 -2 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