From owner-freebsd-scsi Thu Mar 11 12:45:36 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from dingo.cdrom.com (castles134.castles.com [208.214.165.134]) by hub.freebsd.org (Postfix) with ESMTP id 0230E14F5D for ; Thu, 11 Mar 1999 12:45:28 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id MAA01099; Thu, 11 Mar 1999 12:39:04 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199903112039.MAA01099@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Darryl Okahata Cc: scsi@FreeBSD.ORG Subject: Re: 3.1-STABLE: nrsa0 T4000 doesn't honor "no rewind"? SCSI errs in logs In-reply-to: Your message of "Thu, 11 Mar 1999 10:27:20 PST." <199903111827.KAA15788@mina.sr.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Mar 1999 12:39:04 -0800 From: Mike Smith Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > tom@tomqnx.com (Tom Torrance at home) wrote: > > > How about the following? > > > > 1) Receive the error. > > 2) Verify that it is not a harmless device quirk. > > Going off on a tangent, has anyone thought of making the quirk > table specifiable via a kld module? Actually, doing this would be ridiculously easy, and wouldn't require a KLD module at all. Just put the stuff in a text file and use preload_search_by_type() to find it inside the CAM code. Then you have sscanf() to parse it and you're done. Diffs should be simple, and would probably be committed if you were to provide them. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message