From owner-cvs-all Mon Jan 15 14:28:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B798937B401; Mon, 15 Jan 2001 14:28:11 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0FMSBe25102; Mon, 15 Jan 2001 14:28:11 -0800 (PST) (envelope-from mjacob) Message-Id: <200101152228.f0FMSBe25102@freefall.freebsd.org> From: Matt Jacob Date: Mon, 15 Jan 2001 14:28:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/15 14:28:11 PST Modified files: sys/cam/scsi scsi_sa.c Log: Fix PR 24220 by using the periph private field0 for a CCB for not only CCB type but also extra flags- one of which can be "position updated". In other changes: Add in a SA_QUIRK_NO_CPAGE quirk so that it's possible to avoid using a (broken) device's implementation of he DEVICE COMPRESSION page. Also do a couple of printout cleanups. As per some discussion on FreeBSD-scsi, skip doing tape flushing if we're reading tape logical block location (MTIOCRDSPOS). Revision Changes Path 1.61 +51 -41 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message