From owner-cvs-all Sun Sep 10 22:40:25 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 51AA337B422; Sun, 10 Sep 2000 22:40:21 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25776; Sun, 10 Sep 2000 22:40:21 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200009110540.WAA25776@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 10 Sep 2000 22:40:21 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/09/10 22:40:21 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_all.c scsi_da.c Log: MFC: 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.14.2.1 +1 -9 src/sys/cam/scsi/scsi_all.c 1.42.2.5 +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