BSD 4_4 release
[unix-history] / usr / src / share / man / man4 / man4.vax / ut.4
index 700a03f..6280ca4 100644 (file)
-.\" Copyright (c) 1983 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\"    @(#)ut.4        6.1 (Berkeley) 5/15/85
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.TH UT 4 "May 15, 1985"
-.UC 5
-.SH NAME
-ut \- UNIBUS TU45 tri-density tape drive interface
-.SH SYNOPSIS
-.B "controller ut0 at uba0 csr 0172440 vector utintr"
-.br
-.B "tape tj0 at ut0 drive 0"
-.SH DESCRIPTION
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"     @(#)ut.4       8.1 (Berkeley) 6/5/93
+.\"
+.Dd June 5, 1993
+.Dt UT 4 vax
+.Os BSD 4.2
+.Sh NAME
+.Nm ut
+.Nd
+.Tn UNIBUS TU45
+tri-density tape drive interface
+.Sh SYNOPSIS
+.Cd "controller ut0 at uba0 csr 0172440 vector utintr"
+.Cd "tape tj0 at ut0 drive 0"
+.Sh DESCRIPTION
 The 
 The 
-.I ut
+.Nm ut
 interface provides access to a standard tape drive interface as
 describe in 
 interface provides access to a standard tape drive interface as
 describe in 
-.IR mtio (4).
-Hardware implementing this on the VAX is typified by the System
-Industries SI 9700 tape subsystem.  Tapes may be read or written
-at 800, 1600, and 6250 bpi.
-.SH "SEE ALSO"
-mt(1),
-mtio(4)
-.SH DIAGNOSTICS
-.BR "tj%d: no write ring" .
+.Xr mtio 4 .
+Hardware implementing this on the
+.Tn VAX
+is typified by the System
+Industries
+.Tn SI
+9700 tape subsystem.  Tapes may be read or written
+at 800, 1600, and 6250
+.Tn BPI .
+.Sh DIAGNOSTICS
+.Bl -diag
+.It tj%d: no write ring.
 An attempt was made to write on the tape drive
 when no write ring was present; this message is written on the terminal of
 the user who tried to access the tape.
 An attempt was made to write on the tape drive
 when no write ring was present; this message is written on the terminal of
 the user who tried to access the tape.
-.PP
-.BR "tj%d: not online" .
+.Pp
+.It tj%d: not online.
 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.
 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
-.BR "tj%d: can't change density in mid-tape" .
+.Pp
+.It tj%d: can't change density in mid-tape.
 An attempt was made to write
 on a tape at a different density than is already recorded on the tape.
 This message is written on the terminal of the user who tried to switch
 the density.
 An attempt was made to write
 on a tape at a different density than is already recorded on the tape.
 This message is written on the terminal of the user who tried to switch
 the density.
-.PP
-.BR "ut%d: soft error bn%d cs1=%b er=%b cs2=%b ds=%b" .
+.Pp
+.It "ut%d: soft error bn%d cs1=%b er=%b cs2=%b ds=%b."
 The formatter indicated a corrected error at a density other
 than 800bpi.  The data transferred is assumed to be correct.
 The formatter indicated a corrected error at a density other
 than 800bpi.  The data transferred is assumed to be correct.
-.PP
-.BR "ut%d: hard error bn%d cs1=%b er=%b cs2=%b ds=%b" .
+.Pp
+.It "ut%d: hard error bn%d cs1=%b er=%b cs2=%b ds=%b."
 A tape error occurred
 at block
 A tape error occurred
 at block
-.IR bn .
+.Pp
+.It bn.
 Any error is
 fatal on non-raw tape; when possible the driver will have retried
 the operation which failed several times before reporting the error.
 Any error is
 fatal on non-raw tape; when possible the driver will have retried
 the operation which failed several times before reporting the error.
-.PP
-.BR "tj%d: lost interrupt" .
+.Pp
+.It tj%d: lost interrupt.
 A tape operation did not complete
 within a reasonable time, most likely because the tape was taken
 off-line during rewind or lost vacuum.  The controller should, but does not,
 give an interrupt in these cases.  The device will be made available
 again after this message, but any current open reference to the device
 will return an error as the operation in progress aborts.
 A tape operation did not complete
 within a reasonable time, most likely because the tape was taken
 off-line during rewind or lost vacuum.  The controller should, but does not,
 give an interrupt in these cases.  The device will be made available
 again after this message, but any current open reference to the device
 will return an error as the operation in progress aborts.
-.SH BUGS
-If any non-data error is encountered on non-raw tape, it refuses to do anything
-more until closed.
+.El
+.Sh SEE ALSO
+.Xr mt 1 ,
+.Xr mtio 4
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Bx 4.2 .
+.Sh BUGS
+May hang if a physical error (non-data) occurs.