2003-08-07 14:30:41 +04:00
|
|
|
.\" $NetBSD: mtc.4,v 1.7 2003/08/07 10:31:13 agc Exp $
|
1996-07-11 22:15:26 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1980, 1987, 1991 Regents of the University of California.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
2003-08-07 14:30:41 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1996-07-11 22:15:26 +04:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91
|
|
|
|
.\"
|
|
|
|
.Dd March 27, 1991
|
|
|
|
.Dt MTC 4 vax
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1996-07-11 22:15:26 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mtc
|
|
|
|
.Nd
|
2003-04-06 23:33:57 +04:00
|
|
|
.Tn UNIBUS
|
1996-07-11 22:15:26 +04:00
|
|
|
MSCP tape controller driver
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "mtc0 at uba? csr 0174500"
|
|
|
|
.Cd "mscpbus* at mtc?"
|
|
|
|
.Sh DESCRIPTION
|
2001-04-11 23:22:59 +04:00
|
|
|
The
|
1996-07-11 22:15:26 +04:00
|
|
|
.Nm
|
2003-04-06 23:33:57 +04:00
|
|
|
driver is for UNIBUS
|
1996-07-11 22:15:26 +04:00
|
|
|
tape controllers that use MSCP. Among these controllers are:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width -offset indent -compact
|
2003-04-06 23:33:57 +04:00
|
|
|
.It DEC KLESI-U UNIBUS ctlr
|
1996-07-11 22:15:26 +04:00
|
|
|
.It DEC TK50 Q22 bus ctlr
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
communicates with the host through
|
|
|
|
a packet protocol known as the Mass Storage Control Protocol
|
|
|
|
.Pq Tn MSCP .
|
|
|
|
Consult the file
|
|
|
|
.Aq Pa mscp/mscp.h
|
|
|
|
for a detailed description of this protocol.
|
|
|
|
.Sh SEE ALSO
|
2002-01-15 05:09:39 +03:00
|
|
|
.Xr intro 4
|
|
|
|
.\".Xr ra 4
|
1996-07-11 22:15:26 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
1998-02-06 08:54:12 +03:00
|
|
|
driver appeared in
|
|
|
|
.Nx 1.2 .
|