From owner-cvs-all Mon May 10 19:23:45 1999 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 ED90614D22; Mon, 10 May 1999 19:23:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09135; Mon, 10 May 1999 19:23:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110223.TAA09135@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:23:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:23:41 PDT Modified files: sys/cam/scsi scsi_sa.h Log: Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2 entity. Add the Device Configuration page data structure- this structure should be used if you fail to fetch the DATA COMPRESSION page. Make a union type of a mode header, a device configuration page and the data compression page. Add a couple of QIC density defines (QIC 2G/QIC 4GB). Revision Changes Path 1.5 +38 -3 src/sys/cam/scsi/scsi_sa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message