From owner-cvs-all Wed Oct 14 15:49:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11578 for cvs-all-outgoing; Wed, 14 Oct 1998 15:49:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11540; Wed, 14 Oct 1998 15:49:13 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id QAA13163; Wed, 14 Oct 1998 16:46:11 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199810142246.QAA13163@panzer.plutotech.com> Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <199810142346.TAA18262@tdc.on.ca> from Martin Renters at "Oct 14, 98 07:46:48 pm" To: martin@tdc.on.ca (Martin Renters) Date: Wed, 14 Oct 1998 16:46:11 -0600 (MDT) Cc: smace@intt.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Martin Renters wrote... > > > This is odd, I have 2 elite 9's and they run fine > > > with tagged queuing. What rev are the drives that fail? > > > What are the symptoms exactly (maybe they don't run fine ?@?) > > > > Well, Bret Ford reported the following inquiry info: > > > > SEAGATE ST410800N 7110 > > > > Martin Renters hasn't yet sent me dmesg information. What firmware > > revision do you have? > > Mine reports SEAGATE ST410800N 7112 Okay, I'll change the quirk entry to be something like this: ==== //depot/cam/sys/cam/cam_xpt.c#168 - /usr/home/ken/perforce/cam/sys/cam/cam_xpt.c ==== *** /tmp/tmp.2966.0 Wed Oct 14 16:43:41 1998 --- /usr/home/ken/perforce/cam/sys/cam/cam_xpt.c Wed Oct 14 16:43:25 1998 *************** *** 264,269 **** --- 264,278 ---- { T_DIRECT, SIP_MEDIA_FIXED, "MICROP", "3391*", "x43h" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, + { + /* + * Broken tagged queuing drive + * Reported by: Bret Ford + * and: Martin Renters + */ + { T_DIRECT, SIP_MEDIA_FIXED, "SEAGATE", "ST410800*", "71*" }, + /*quirks*/0, /*mintags*/0, /*maxtags*/0 + }, { /* Broken tagged queuing drive */ { T_DIRECT, SIP_MEDIA_REMOVABLE, "iomega", "jaz*", "*" }, That should disable tagged queueing for the drives that have been reported as broken, but keep it enabled for the ones that have been reported to work. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message