Subject: kern/15993: Tandberg SLR/8 fails to create multi-file tape
To: None <gnats-bugs@gnats.netbsd.org>
From: None <rmcm@compsoft.com.au>
List: netbsd-bugs
Date: 03/21/2002 02:27:14
>Number: 15993
>Category: kern
>Synopsis: Tandberg SLR/8 fails to create multi-file tape
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 21 02:28:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Rex McMaster
>Release: 1.5.2
>Organization:
Compsoft
>Environment:
NetBSD obione.int.dp.com.au 1.5.2 NetBSD 1.5.2 (generic) #16: Fri Jan 25 08:40:22 EST 2002 root@obione.int.dp.com.au:/usr/src/sys/arch/i386/compile/generic i386
>Description:
Tandberg SLR/7 tape unit does not handle multi-file tape writes. Similar problem to kern/13603 for SLR/5
>How-To-Repeat:
see kern/13603
>Fix:
patch includes patch for SLR/5 - kern/13603
*** /usr/src/sys/dev/scsipi/st.c.orig Sat Nov 4 05:46:30 2000
--- /usr/src/sys/dev/scsipi/st.c Wed Jan 16 13:13:02 2002
***************
*** 156,159 ****
--- 156,173 ----
{0, 0, QIC_120} /* minor 12-15 */
}}},
+ {{T_SEQUENTIAL, T_REMOV,
+ "TANDBERG", " SLR5 4/8GB ", ""}, {0, 0, {
+ {ST_Q_FORCE_BLKSIZE, 1024, 0}, /* minor 0-3 */
+ {0, 0, 0}, /* minor 4-7 */
+ {0, 0, 0}, /* minor 8-11 */
+ {0, 0, 0} /* minor 12-15 */
+ }}},
+ {{T_SEQUENTIAL, T_REMOV,
+ "TANDBERG", "SLR7 ", ""}, {0, 0, {
+ {ST_Q_FORCE_BLKSIZE, 1024, 0}, /* minor 0-3 */
+ {0, 0, 0}, /* minor 4-7 */
+ {0, 0, 0}, /* minor 8-11 */
+ {0, 0, 0} /* minor 12-15 */
+ }}},
/*
* lacking a manual for the 4200, it's not clear what the
>Release-Note:
>Audit-Trail:
>Unformatted: