Date: Wed, 12 May 1999 23:09:38 +0200 (CEST) From: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org Subject: kern/11675: Another quirk entry for scsi_sa.c Message-ID: <199905122109.XAA10148@uni-trier.de>
next in thread | raw e-mail | index | archive | help
>Number: 11675 >Category: kern >Synopsis: Another quirk entry for scsi_sa.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-BETA i386 >Organization: >Environment: A FreeBSD-3.2 BETA system current as of May 12th 1999. My tape drive is a TANDBERG TDC 4100 with firmware revision 07:28; it is connected to my system through a NCR 815 SCSI controller. ident /usr/src/sys/cam/scsi/scsi_sa.c says: scsi_sa.c: $Id: scsi_sa.c,v 1.16.2.4 1999/05/11 05:40:43 mjacob Exp $ >Description: A few days ago a quirk entry for the TANDBERG TDC 4200 tape drive has been added to scsi_sa.c. The same entry quirk applies to its companion, the TDC 4100 drive as well. >How-To-Repeat: nothing to do. >Fix: This diff is meant to be for STABLE as well as CURRENT. *** scsi_sa.c.orig Wed May 12 22:55:32 1999 --- scsi_sa.c Wed May 12 22:56:25 1999 *************** *** 251,256 **** --- 251,260 ---- }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", + " TDC 4100", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 + }, + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", " TDC 4200", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 }, { >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?199905122109.XAA10148>