From owner-cvs-all Sun Jul 16 18:45:55 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 4BA7137B7E3; Sun, 16 Jul 2000 18:45:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07476; Sun, 16 Jul 2000 18:45:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170145.SAA07476@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 18:45:52 -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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 18:45:52 PDT Modified files: sys/cam/scsi scsi_target.c Log: Preserve CAM_DIS_DISCONNECT as passed up from SIM (like CAM_TAG_ACTION_VALID and CAM_DIR_MASK). Remove redundant CAM_DEBUG line. Spiff up CAM_DEBUG printout for commands and move the printout up to the top where we can see it, even for the pending_ua/pending_ca cass. Add missing newline in a CAM_DEBUG. Revision Changes Path 1.34 +17 -10 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