xref: /netbsd/share/man/man4/man4.vax/ts.4 (revision bf9ec67e)
1.\"	$NetBSD: ts.4,v 1.10 2002/01/15 02:10:17 wiz Exp $
2.\"
3.\" Copyright (c) 1980, 1991, 1993
4.\"	The Regents of the University of California.  All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by the University of
17.\"	California, Berkeley and its contributors.
18.\" 4. Neither the name of the University nor the names of its contributors
19.\"    may be used to endorse or promote products derived from this software
20.\"    without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\"     from: @(#)ts.4	8.1 (Berkeley) 6/5/93
35.\"
36.Dd January 7, 1996
37.Dt TS 4 vax
38.Os
39.Sh NAME
40.Nm ts
41.Nd
42.Tn TS11/TSV05
43mag tape interface
44.Sh SYNOPSIS
45.Cd "ts0 at uba? csr 0172520"
46.Sh DESCRIPTION
47The
48.Tn TS11/TSV05
49combination provides a standard tape drive
50interface as described in
51.Xr mtio 4 .
52The
53.Tn TS11
54operates only at 1600
55.Tn BPI ,
56and only one transport
57is possible per controller.
58.Pp
59The
60.Tn TS11
61is attached to an
62.Tn UNIBUS ,
63and the TSV05 is attached to a
64.Tn Q22 bus .
65.Sh DIAGNOSTICS
66.Bl -diag
67.It ts%d: no write ring.
68An attempt was made to write on the tape drive
69when no write ring was present; this message is written on the terminal of
70the user who tried to access the tape.
71.Pp
72.It ts%d: not online.
73An attempt was made to access the tape while it
74was offline; this message is written on the terminal of the user
75who tried to access the tape.
76.Pp
77.It ts%d: error at bn%d.
78An error occurred on the tape
79at block
80.Em bn ;
81status register and controller state is printed in hex and decimal.
82.El
83.Sh SEE ALSO
84.Xr mt 1 ,
85.Xr tar 1 ,
86.Xr ht 4 ,
87.Xr mt 4 ,
88.Xr mtio 4 ,
89.Xr tm 4 ,
90.Xr ut 4
91.Sh HISTORY
92The
93.Nm
94driver appeared in
95.Bx 4.1 .
96.br
97A new
98.Nm
99driver showed up in
100.Nx 1.2 .
101.Sh BUGS
102Lots of them.
103