summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.vax
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-03-06 22:57:30 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-03-06 22:57:30 +0000
commitdf5d0fc9c4b166c641811e3f53db7818a77e07b2 (patch)
tree3d7431f6db6d314ba744ca198af4d272fa790e6a /share/man/man4/man4.vax
parent918ef176cb63c6b8158d52aa2215265e1a54a92c (diff)
uba man page and xrs
Diffstat (limited to 'share/man/man4/man4.vax')
-rw-r--r--share/man/man4/man4.vax/Makefile5
-rw-r--r--share/man/man4/man4.vax/de.43
-rw-r--r--share/man/man4/man4.vax/dhu.46
-rw-r--r--share/man/man4/man4.vax/dz.46
-rw-r--r--share/man/man4/man4.vax/intro.46
-rw-r--r--share/man/man4/man4.vax/mtc.47
-rw-r--r--share/man/man4/man4.vax/qe.43
-rw-r--r--share/man/man4/man4.vax/ts.45
-rw-r--r--share/man/man4/man4.vax/uba.462
-rw-r--r--share/man/man4/man4.vax/uda.43
-rw-r--r--share/man/man4/man4.vax/vsbus.44
11 files changed, 91 insertions, 19 deletions
diff --git a/share/man/man4/man4.vax/Makefile b/share/man/man4/man4.vax/Makefile
index 3af05650051..4a665e0ee0d 100644
--- a/share/man/man4/man4.vax/Makefile
+++ b/share/man/man4/man4.vax/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2003/03/06 22:34:30 jason Exp $
+# $OpenBSD: Makefile,v 1.19 2003/03/06 22:57:29 jason Exp $
# $NetBSD: Makefile,v 1.6 1996/03/03 17:13:09 thorpej Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
@@ -6,10 +6,9 @@
# acc.4 ad.4 crl.4 css.4 ct.4 ddn.4 dh.4 dmc.4 dmf.4 dmv.4 dmz.4 dn.4
# ec.4 en.4 ex.4 fl.4 hdh.4 hk.4 ht.4 hy.4 ik.4 il.4 ix.4 kg.4 lp.4 np.4
# pcl.4 ps.4 tm.4 tmscp.4 tu.4 up.4 ut.4 uu.4 va.4 vp.4 vv.4
-# TODO: uba
MAN= asc.4 autoconf.4 cons.4 de.4 dhu.4 dz.4 hp.4 ibus.4 intro.4 \
le.4 lkkbd.4 lkms.4 mem.4 mscpbus.4 mt.4 mtc.4 ncr.4 \
- qe.4 ra.4 rx.4 smg.4 ts.4 uda.4 vsbus.4 ze.4
+ qe.4 ra.4 rx.4 smg.4 ts.4 uba.4 uda.4 vsbus.4 ze.4
MLINKS= mem.4 kmem.4
MANSUBDIR=vax
diff --git a/share/man/man4/man4.vax/de.4 b/share/man/man4/man4.vax/de.4
index 4785f7c1a22..8689d436e00 100644
--- a/share/man/man4/man4.vax/de.4
+++ b/share/man/man4/man4.vax/de.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: de.4,v 1.6 2002/10/01 21:05:31 miod Exp $
+.\" $OpenBSD: de.4,v 1.7 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: de.4,v 1.3 1996/03/03 17:13:19 thorpej Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
@@ -128,6 +128,7 @@ See the hardware manual for details.
.Xr inet 4 ,
.Xr intro 4 ,
.Xr netintro 4 ,
+.Xr uba 4 ,
.Xr hostname.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
diff --git a/share/man/man4/man4.vax/dhu.4 b/share/man/man4/man4.vax/dhu.4
index 60a862bfc4f..26e91e85920 100644
--- a/share/man/man4/man4.vax/dhu.4
+++ b/share/man/man4/man4.vax/dhu.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhu.4,v 1.8 2003/03/06 22:34:30 jason Exp $
+.\" $OpenBSD: dhu.4,v 1.9 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: dhu.4,v 1.4 1996/03/05 15:28:48 ragge Exp $
.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
@@ -96,8 +96,8 @@ autoconfiguration code that it is a
.Pp
The 4 40-way cables are a pain.
.Sh SEE ALSO
-.Xr tty 4
-.\" no man page .Xr uba 4 ,
+.Xr tty 4 ,
+.Xr uba 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/man4.vax/dz.4 b/share/man/man4/man4.vax/dz.4
index a568f49b8e3..61ba770c934 100644
--- a/share/man/man4/man4.vax/dz.4
+++ b/share/man/man4/man4.vax/dz.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dz.4,v 1.6 2002/10/01 21:05:31 miod Exp $
+.\" $OpenBSD: dz.4,v 1.7 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: dz.4,v 1.3 1996/03/03 17:13:29 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -109,7 +109,9 @@ It is not serious.
.El
.Sh SEE ALSO
.Xr intro 4 ,
-.Xr tty 4
+.Xr tty 4 ,
+.Xr uba 4 ,
+.Xr vsbus 4
.Sh HISTORY
A
.Nm
diff --git a/share/man/man4/man4.vax/intro.4 b/share/man/man4/man4.vax/intro.4
index 1b0f04b7cb1..db7c97e16a6 100644
--- a/share/man/man4/man4.vax/intro.4
+++ b/share/man/man4/man4.vax/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.16 2003/03/06 22:27:02 jason Exp $
+.\" $OpenBSD: intro.4,v 1.17 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: intro.4,v 1.3 1996/03/03 17:13:44 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -106,6 +106,8 @@ Not all supported devices are listed.
.Bl -tag -width mscpbus(4) -compact -offset indent
.It Xr asc 4
NCR 53c94 SCSI controller.
+.It Xr dhu 4
+DHU-11 terminal multiplexor.
.It Xr dz 4
DZ-11 terminal multiplexer.
.It Xr ibus 4
@@ -120,6 +122,8 @@ Serial mouse interface.
Mass Storage Control Protocol interface.
.It Xr mt 4
MSCP tape drive interface.
+.It Xr mtc 4
+MSCP tape controller.
.It Xr ncr 4
NCR 5380 SCSI controller.
.It Xr ra 4
diff --git a/share/man/man4/man4.vax/mtc.4 b/share/man/man4/man4.vax/mtc.4
index 982523bf7b2..c4ba29b26ec 100644
--- a/share/man/man4/man4.vax/mtc.4
+++ b/share/man/man4/man4.vax/mtc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtc.4,v 1.1 2003/03/06 21:12:12 mickey Exp $
+.\" $OpenBSD: mtc.4,v 1.2 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: mtc.4,v 1.4 2001/04/11 19:23:01 wiz Exp $
.\"
.\" Copyright (c) 1980, 1987, 1991 Regents of the University of California.
@@ -65,8 +65,9 @@ Consult the file
.Aq Pa mscp/mscp.h
for a detailed description of this protocol.
.Sh SEE ALSO
-.Xr intro 4
-.Xr mscpbus 4
+.Xr intro 4 ,
+.Xr mscpbus 4 ,
+.Xr uba 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/man4.vax/qe.4 b/share/man/man4/man4.vax/qe.4
index be4475d7874..b82c24e4111 100644
--- a/share/man/man4/man4.vax/qe.4
+++ b/share/man/man4/man4.vax/qe.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: qe.4,v 1.6 2002/10/01 21:05:31 miod Exp $
+.\" $OpenBSD: qe.4,v 1.7 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: qe.4,v 1.3 1996/03/03 17:14:01 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
@@ -82,6 +82,7 @@ flag with an
.Xr inet 4 ,
.Xr intro 4 ,
.Xr netintro 4 ,
+.Xr uba 4 ,
.Xr hostname.if 5 ,
.Xr ifconfig 8
.Sh HISTORY
diff --git a/share/man/man4/man4.vax/ts.4 b/share/man/man4/man4.vax/ts.4
index 15524db2c38..8c1bb2beb83 100644
--- a/share/man/man4/man4.vax/ts.4
+++ b/share/man/man4/man4.vax/ts.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ts.4,v 1.7 2002/10/01 21:05:31 miod Exp $
+.\" $OpenBSD: ts.4,v 1.8 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: ts.4,v 1.4 1996/03/03 17:14:08 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -84,7 +84,8 @@ status register and controller state is printed in hex and decimal.
.Sh SEE ALSO
.Xr mt 1 ,
.Xr intro 4 ,
-.Xr mtio 4
+.Xr mtio 4 ,
+.Xr uba 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/man4.vax/uba.4 b/share/man/man4/man4.vax/uba.4
new file mode 100644
index 00000000000..364b4ceca6b
--- /dev/null
+++ b/share/man/man4/man4.vax/uba.4
@@ -0,0 +1,62 @@
+.\" $OpenBSD: uba.4,v 1.1 2003/03/06 22:57:29 jason Exp $
+.\"
+.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by Jason L. Wright
+.\" 4. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+.\"
+.Dd March 6, 2003
+.Dt UBA 4 vax
+.Os
+.Sh NAME
+.Nm uba
+.Nd Unibus/Qbus controller
+.Sh SYNOPSIS
+.Cd "uba0 at ibus0"
+.Sh DESCRIPTION
+The
+.Nm vsbus
+driver supports Unibus and Qbus controllers found
+on MicroVAX systems.
+.Sh SUPPORTED DEVICES
+The following devices are supported on
+.Nm uba .
+.Bl -tag -width mtc(4) -compact -offset indent
+.It Xr dhu 4
+DHU-11 terminal multiplexor.
+.It Xr dz 4
+DZ-11 terminal multiplexer.
+.It Xr mtc 4
+MSCP tape controller.
+.It Xr uda 4
+UDA50 disk controller interface.
+.Sh SEE ALSO
+.Xr dhu 4 ,
+.Xr dz 4 ,
+.Xr intro 4 ,
+.Xr mtc 4 ,
+.Xr uda 4
diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4
index 2448fa50e92..14306ae03de 100644
--- a/share/man/man4/man4.vax/uda.4
+++ b/share/man/man4/man4.vax/uda.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uda.4,v 1.12 2003/03/06 19:29:14 jason Exp $
+.\" $OpenBSD: uda.4,v 1.13 2003/03/06 22:57:29 jason Exp $
.\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1987, 1991 Regents of the University of California.
@@ -567,6 +567,7 @@ detected pulse or parity' errors are often caused by cabling problems.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr mscpbus 4 ,
+.Xr uba 4 ,
.Xr disklabel 5 ,
.Xr disklabel 8
.Sh HISTORY
diff --git a/share/man/man4/man4.vax/vsbus.4 b/share/man/man4/man4.vax/vsbus.4
index 4fa572e3a31..79e7d15196a 100644
--- a/share/man/man4/man4.vax/vsbus.4
+++ b/share/man/man4/man4.vax/vsbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vsbus.4,v 1.3 2003/03/06 17:30:06 jason Exp $
+.\" $OpenBSD: vsbus.4,v 1.4 2003/03/06 22:57:29 jason Exp $
.\"
.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -44,7 +44,7 @@ driver supports the internal I/O bus found on VAXstation systems.
.Sh SUPPORTED DEVICES
The following devices are supported on
.Nm vsbus .
-.Bl -tag -width uba(4) -compact -offset indent
+.Bl -tag -width asc(4) -compact -offset indent
.It Xr asc 4
NCR 53c94 SCSI controller.
.It Xr dz 4