Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 1996 09:56:02 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        Richard J Kuhns <rjk@sparcmill.grauel.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: SCSI tape drive problem in -current
Message-ID:  <Pine.BSI.3.95.960910095334.14433i-100000@fallout.campusview.indiana.edu>
In-Reply-To: <199609101441.JAA02613@sparcmill.grauel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Sep 1996, Richard J Kuhns wrote:

> (bt0:6:0): "ARCHIVE VIPER 2525 25462 -007" type 1 removable SCSI 1
> st0(bt0:6:0): Sequential-Access density code 0x0,  drive empty

Just as I suspected.  See if the patch below to
src/sys/scsi/scsiconf.c makes your drive happy. 

-john

== jfieber@indiana.edu ===========================================
== http://fallout.campusview.indiana.edu/~jfieber ================

Index: scsiconf.c
===================================================================
RCS file: /home/ncvs/src/sys/scsi/scsiconf.c,v
retrieving revision 1.63
diff -c -r1.63 scsiconf.c
*** scsiconf.c	1996/09/08 10:44:16	1.63
--- scsiconf.c	1996/09/10 14:52:29
***************
*** 284,290 ****
  		"st", SC_ONE_LU, ST_Q_SNS_HLP|ST_Q_NO_1024, mode_tandberg4200
  	},
  	{
! 		T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "VIPER 2525*", "-005",
  		"st", SC_ONE_LU, 0, mode_archive2525
  	},
  	{
--- 284,290 ----
  		"st", SC_ONE_LU, ST_Q_SNS_HLP|ST_Q_NO_1024, mode_tandberg4200
  	},
  	{
! 		T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "VIPER 2525 *", "*",
  		"st", SC_ONE_LU, 0, mode_archive2525
  	},
  	{




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.960910095334.14433i-100000>