Date: Sun, 29 Jul 2001 22:04:58 -0700 (PDT) From: James Stephen Larson <jim@jetcafe.org> To: FreeBSD-gnats-submit@freebsd.org Cc: jim@jetcafe.org Subject: kern/29318: SCSI Quirks for Exabyte 8200 Message-ID: <200107300504.f6U54wp62969@lefse.jetcafe.org>
next in thread | raw e-mail | index | archive | help
>Number: 29318
>Category: kern
>Synopsis: Exabyte 8200 needs SA_QUIRK_1FM and SA_QUIRK_NODREAD
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 29 21:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: James Stephen Larson
>Release: FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lefse.jetcafe.org 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Sat Jun 23 17:37:32 PDT 2001 root@lefse.jetcafe.org:/usr/src/sys/compile/LEFSE i386
>Description:
When I upgraded from FreeBSD 2.2.8 to FreeBSD 4.3, my Exabyte 8200
didn't work until I added the quirks below.
>How-To-Repeat:
>Fix:
*** 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",
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107300504.f6U54wp62969>
