From owner-freebsd-current Tue Sep 10 07:56:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20696 for current-outgoing; Tue, 10 Sep 1996 07:56:10 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA20691 for ; Tue, 10 Sep 1996 07:56:07 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.7.5/8.7.3) with SMTP id JAA23713; Tue, 10 Sep 1996 09:56:02 -0500 (EST) Date: Tue, 10 Sep 1996 09:56:02 -0500 (EST) From: John Fieber To: Richard J Kuhns cc: freebsd-current@freebsd.org Subject: Re: SCSI tape drive problem in -current In-Reply-To: <199609101441.JAA02613@sparcmill.grauel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 }, {