From owner-freebsd-bugs Wed May 12 14:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E685315AE5 for ; Wed, 12 May 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA96520; Wed, 12 May 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 995781504D for ; Wed, 12 May 1999 14:10:24 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-59.uni-trier.de [136.199.4.59]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id XAA17386 for ; Wed, 12 May 1999 23:10:20 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id XAA10148; Wed, 12 May 1999 23:09:38 +0200 (CEST) (envelope-from blank) Message-Id: <199905122109.XAA10148@uni-trier.de> Date: Wed, 12 May 1999 23:09:38 +0200 (CEST) From: blank@uni-trier.de Reply-To: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11675: Another quirk entry for scsi_sa.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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