From owner-freebsd-hackers Mon Jun 7 8:20: 3 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with SMTP id BA3FC15781 for ; Mon, 7 Jun 1999 08:19:58 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: (qmail 10735 invoked by uid 1003); 7 Jun 1999 15:19:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 1999 15:19:55 -0000 Date: Mon, 7 Jun 1999 11:19:55 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: Junichi Satoh Cc: hackers@freebsd.org Subject: Re: wfd.c and ATAPI Zip In-Reply-To: <199906071502.AAA00351@norn.junichi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Junichi Satoh wrote: > Hmm... > > I have an ATAPI ZIP drive: > ======================================================================== > wdc0: unit 1 (atapi): , removable, intr, iordis > wfd1: medium type unknown (no disk) > wfd1: buggy Zip drive, 64-block transfer limit set > ======================================================================== > > It does not work with your patch. It's a buggy drive. > > Probably, using only strcmp() is not enough. > We shoud distinguish buggy or not using revision number. > > #I don't know how many revisions are available. :-) > --- > Junichi Satoh junichi@junichi.org > junichi@jp.FreeBSD.ORG > 12.A, 21.*, and 23.* are known to be buggy...13.A doesn't appear to be. Since the current method of sorting out the revisions doesn't seem to be perfect, would it be acceptible to consider them all buggy unless known not to be (i.e. compare ap->revision instead of ap->model)? ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message