From owner-cvs-all Tue Aug 29 15: 9:27 2000 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 F009D37B424; Tue, 29 Aug 2000 15:09:23 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA67032; Tue, 29 Aug 2000 15:09:23 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200008292209.PAA67032@freefall.freebsd.org> From: Kenneth Merry Date: Tue, 29 Aug 2000 15:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/08/29 15:09:23 PDT Modified files: sys/cam/scsi scsi_all.c scsi_da.c Log: Add quirk entries from Andre Albsmeier to disable the sync cache command for the Quantum "MAVERICK 540S" and "LPS525S". Also, add common string variables, since we seem to have a few Quantum and Micropolis drives in here. Fix the 'quantum' variable usage in scsi_all.c that likely got broken when someone staticized things in cam_xpt.c. (That particular problem would cause Quantum Fireball ST drives to not get spun up if they were not already spinning.) Submitted by: Andre Albsmeier Revision Changes Path 1.16 +1 -9 src/sys/cam/scsi/scsi_all.c 1.55 +22 -5 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message