Date: Wed, 14 Oct 1998 16:46:11 -0600 (MDT) From: "Kenneth D. Merry" <ken@plutotech.com> To: martin@tdc.on.ca (Martin Renters) Cc: smace@intt.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c Message-ID: <199810142246.QAA13163@panzer.plutotech.com> In-Reply-To: <199810142346.TAA18262@tdc.on.ca> from Martin Renters at "Oct 14, 98 07:46:48 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bford@uop.cs.uop.edu> + * and: Martin Renters <martin@tdc.on.ca> + */ + { 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810142246.QAA13163>