Date: Sun, 18 Apr 1999 02:05:22 +0200 (CEST) From: Christian Weisgerber <naddy@mips.rhein-neckar.de> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/11194: PATCH: Quirk entry for Wangtek 51000 SCSI tape drive Message-ID: <199904180005.CAA00644@bigeye.rhein-neckar.de>
next in thread | raw e-mail | index | archive | help
>Number: 11194 >Category: kern >Synopsis: PATCH: Quirk entry for Wangtek 51000 SCSI tape drive >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: Sat Apr 17 17:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: sa0 at ncr0 bus 0 target 6 lun 0 sa0: <WANGTEK 51000 SCSI RVM7 5F5> Removable Sequential Access SCSI-CCS device sa0: 3.300MB/s transfers >Description: Can't write more than a single archive to tape. >How-To-Repeat: # dump 0af /dev/nrsa0 / ... # dump 0af /dev/nrsa0 /home ... (sa0:ncr0:0:6:0): WRITE(06). CDB: a 0 0 28 0 0 (sa0:ncr0:0:6:0): ILLEGAL REQUEST DUMP: write error 20 blocks into volume 1 DUMP: Do you want to restart?: ("yes" or "no") >Fix: --- sys/cam/scsi/scsi_sa.c.orig Mon Mar 1 02:07:47 1999 +++ sys/cam/scsi/scsi_sa.c Sat Apr 3 23:37:36 1999 @@ -242,6 +242,10 @@ { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "WANGTEK", "5525ES*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512 + }, + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "WANGTEK", + "51000*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 1024 } }; >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?199904180005.CAA00644>