Date: Sat, 28 Jul 2001 23:03:47 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: James Stephen Larson <jim@jetcafe.org> Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: Contribution - quirks for Exabyte 8200 tape drive Message-ID: <Pine.BSF.4.21.0107282301430.39575-100000@beppo> In-Reply-To: <200107290352.f6T3q9034627@lefse.jetcafe.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The 1FM is bogus, IMO. I'm curious why you think the NODREAD is required.
The last I checked, my 8200 worked.
I wonder it this is the same issue that Greg Lehey has- the f/w on the 8200 is
so old that it returns non-SCSI2 mode pages.
Can you build a CAMDEBUG option kernel and do
camcontrol debug -Ic b:t:l (bus, target, lun)
and to an 'mt stat' w/o your quirks and ship me the output. It's probably time
to try and chase this down.
-matt
On Sat, 28 Jul 2001, James Stephen Larson wrote:
> I recently upgraded from FreeBSD 2.2.8 to 4.3, and my Exabyte 8200
> 8mm tape drive stopped working. I was able to get it operational
> with the following addition to the quirks table. I'd be please if
> this contribution found its way into subsequent releases.
>
> Jim Larson
> jim@jetcafe.org
>
> *** scsi_sa.c.0 Sat Jun 23 17:29:24 2001
> --- scsi_sa.c Sat Jun 23 17:34:39 2001
> ***************
> *** 287,292 ****
> --- 287,296 ----
> { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "ARCHIVE",
> "VIPER 2525*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 1024
> },
> + { /* jim@jetcafe.org */
> + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE",
> + "EXB-8200", "425A"}, SA_QUIRK_1FM|SA_QUIRK_NODREAD, 0
> + },
> #if 0
> {
> { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-scsi" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107282301430.39575-100000>
