From owner-cvs-all Sun Jan 16 22:24:38 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 0A26F15082; Sun, 16 Jan 2000 22:24:36 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA46485; Sun, 16 Jan 2000 22:24:35 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <200001170624.WAA46485@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jan 2000 22:24:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 2000/01/16 22:24:35 PST Modified files: sys/cam/scsi scsi_all.h Log: Increase size of the scsi_inquiry_data structure to it's nearly full size. Define a SHORT_INQUIRY_LENGTH for use during initial probing (covers the size used previously). Define some SPC-2 related fields (and define the revision code for SPC-2) which includes some further SPI-3 defines. Don't go all the way (256 bytes) for the structure- stop 4 bytes short- because we haven't auditted the source base to find any u_int8_t potential overflow issues. Add RBC (single byte device) and OCR (Optical Character Reader) device type codes. Approved by JKH. Reviewed by: gibbs@freebsd.org, ken@freebsd.org Revision Changes Path 1.12 +45 -2 src/sys/cam/scsi/scsi_all.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message