Date: Thu, 15 Oct 1998 16:17:59 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_ccb.h src/sys/pci ncr.c src/sys/dev/isp isp_freebsd_cam.h src/sys/dev/dpt dpt_scsi.c src/sys/dev/buslogic bt.c Message-ID: <199810152317.QAA28905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/10/15 16:17:59 PDT Modified files: sys/cam cam_ccb.h Log: Add a mechanism to send a non-tagged transaction even if a device is currently operating in a tagged mode. The SIM driver should determine if a device is in tag mode by looking at the CAM_TAG_ACTION_VALID flag in the ccb header. If the flag is set, the tag_action field is either a SCSI II tag message (simple, ordered, head) or CAM_TAG_ACTION_NONE to specify that no tagging should be performed. Revision Changes Path 1.2 +7 -1 src/sys/cam/cam_ccb.h Modified files: sys/pci ncr.c sys/dev/isp isp_freebsd_cam.h sys/dev/dpt dpt_scsi.c sys/dev/buslogic bt.c Log: Honor CAM_TAG_ACTION_NONE. Revision Changes Path 1.137 +3 -2 src/sys/pci/ncr.c 1.8 +3 -2 src/sys/dev/isp/isp_freebsd_cam.h 1.19 +3 -2 src/sys/dev/dpt/dpt_scsi.c 1.6 +4 -3 src/sys/dev/buslogic/bt.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?199810152317.QAA28905>