Date: Mon, 15 Jan 2001 14:28:11 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Message-ID: <200101152228.f0FMSBe25102@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101152228.f0FMSBe25102>