Date: Sat, 28 Jul 2001 20:52:09 -0700 From: James Stephen Larson <jim@jetcafe.org> To: freebsd-scsi@freebsd.org Cc: jim@jetcafe.org Subject: Contribution - quirks for Exabyte 8200 tape drive Message-ID: <200107290352.f6T3q9034627@lefse.jetcafe.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107290352.f6T3q9034627>
