summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.vax/tmscp.416
-rw-r--r--share/man/man4/man4.vax/ts.453
2 files changed, 33 insertions, 36 deletions
diff --git a/share/man/man4/man4.vax/tmscp.4 b/share/man/man4/man4.vax/tmscp.4
index b34af1b8648..3601e8fa933 100644
--- a/share/man/man4/man4.vax/tmscp.4
+++ b/share/man/man4/man4.vax/tmscp.4
@@ -1,3 +1,4 @@
+.\" $NetBSD: tmscp.4,v 1.3 1996/01/07 20:56:59 ragge Exp $
.\" Copyright (c) 1986, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,19 +31,18 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tmscp.4 6.2 (Berkeley) 3/27/91
-.\" $Id: tmscp.4,v 1.1 1995/10/18 08:44:35 deraadt Exp $
.\"
-.Dd March 27, 1991
+.Dd January 7, 1996
.Dt TMSCP 4 vax
-.Os BSD 4.3
+.Os NetBSD
.Sh NAME
.Nm tmscp
.Nd
.Tn DEC TMSCP
magtape interface
.Sh SYNOPSIS
-.Cd "controller tmscp0 at uba? csr 0174500 vector tmscpintr"
-.Cd "tape tms0 at tmscp0 drive 0"
+.Cd "tmscp0 at uba? csr 0174500"
+.Cd "tms0 at tmscp0 drive ?"
.Sh DESCRIPTION
Tape controllers compatible with the
.Tn DEC
@@ -124,9 +124,15 @@ errors may be:
.Xr tm 4 ,
.Xr ts 4 ,
.Xr ut 4 ,
+.Xr mt 4 ,
+.Xr ht 4 ,
.Xr dmesg 8
.Sh HISTORY
The
.Nm
driver appeared in
.Bx 4.3 .
+.Sh BUGS
+Should be synced together with the
+.Tn MSCP
+devices.
diff --git a/share/man/man4/man4.vax/ts.4 b/share/man/man4/man4.vax/ts.4
index 2cad0bfa519..3b4f5f7e68c 100644
--- a/share/man/man4/man4.vax/ts.4
+++ b/share/man/man4/man4.vax/ts.4
@@ -1,3 +1,4 @@
+.\" $NetBSD: ts.4,v 1.3 1996/01/07 20:48:19 ragge Exp $
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,31 +31,36 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ts.4 6.2 (Berkeley) 3/27/91
-.\" $Id: ts.4,v 1.1 1995/10/18 08:44:36 deraadt Exp $
.\"
-.Dd March 27, 1991
+.Dd January 7, 1996
.Dt TS 4 vax
-.Os BSD 4
+.Os NetBSD
.Sh NAME
.Nm ts
.Nd
-.Tn TS-11
+.Tn TS11/TSV05
magtape interface
.Sh SYNOPSIS
-.Cd "controller zs0 at uba? csr 0172520 vector tsintr"
-.Cd "tape ts0 at zs0 drive 0"
+.Cd "ts0 at uba? csr 0172520"
.Sh DESCRIPTION
The
-.Tn TS-11
+.Tn TS11/TSV05
combination provides a standard tape drive
interface as described in
.Xr mtio 4 .
The
-.Tn TS-11
+.Tn TS11
operates only at 1600
.Tn BPI ,
and only one transport
is possible per controller.
+.Pp
+The
+.Tn TS11
+is attached to an
+.Tn UNIBUS ,
+and the TSV05 is attached to a
+.Tn Q22 bus .
.Sh DIAGNOSTICS
.Bl -diag
.It ts%d: no write ring.
@@ -67,12 +73,11 @@ An attempt was made to access the tape while it
was offline; this message is written on the terminal of the user
who tried to access the tape.
.Pp
-.It ts%d: hard error bn%d xs0=%b.
-A hard error occurred on the tape
+.It ts%d: error at bn%d.
+An error occurred on the tape
at block
.Em bn ;
-status register 0 is printed in octal and symbolically
-decoded as bits.
+status register and controller state is printed in hex and decimal.
.El
.Sh SEE ALSO
.Xr mt 1 ,
@@ -88,23 +93,9 @@ The
.Nm
driver appeared in
.Bx 4.1 .
+.br
+A new
+.Nm
+driver showed up in NetBSD 1.1A.
.Sh BUGS
-May hang ungracefully if a physical error (non-data) occurs.
-.Pp
-The device lives at the same address as a
-.Tn TM-11
-.Pq Xr tm 4 ;
-as it is very difficult to get this device to interrupt, a generic
-system assumes that a
-.Nm ts
-is present whenever no
-.Tn TM-11
-exists but
-the
-.Tn CSR
-responds and a
-.Tn TS-11
-is configured.
-This does no harm as long as a non-existent
-.Tn TS-11
-is not accessed.
+Lots of them.