From blank@uni-trier.de Wed May 12 14:10:28 1999
Return-Path: <blank@uni-trier.de>
Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220])
	by hub.freebsd.org (Postfix) with ESMTP id 995781504D
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: Another quirk entry for scsi_sa.c
X-Send-Pr-Version: 3.2

>Number:         11675
>Category:       kern
>Synopsis:       Another quirk entry for scsi_sa.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mjacob
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 12 14:20:01 PDT 1999
>Closed-Date:    Thu Jun 24 08:23:10 PDT 1999
>Last-Modified:  Thu Jun 24 08:24:07 PDT 1999
>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:

From: Matthew Jacob <mjacob@feral.com>
To: blank@uni-trier.de
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/11675: Another quirk entry for scsi_sa.c
Date: Wed, 12 May 1999 14:39:46 -0700 (PWT)

 I'm actually thinking that we should apply SA_QUIRK_1FM to all Tandberg
 units. The only question in my mind is whether to leave it at 'fixed' or
 not, and if fixed, whether it should 1024 or 512.
 
 
 
 
Responsible-Changed-From-To: freebsd-bugs->mjacob 
Responsible-Changed-By: msmith 
Responsible-Changed-When: Wed Jun 23 17:49:16 PDT 1999 
Responsible-Changed-Why:  
Tape subsystem maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: mjacob 
State-Changed-When: Thu Jun 24 08:23:10 PDT 1999 
State-Changed-Why:  
applied suggested fix 
>Unformatted:
