diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 17:32:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 17:32:59 +0000 |
commit | 5f15160badf74edacaa46523fdec589d96163c1a (patch) | |
tree | 8b031332f1512cfcacdb21a972c374bb89d3597a /share | |
parent | 4348d4abc4547f7099cb23d8a207f645b051fb44 (diff) |
Document new stuff and fix a few .Nd lines for consistency.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.vax/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/intro.4 | 14 | ||||
-rw-r--r-- | share/man/man4/man4.vax/lcg.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/lcspx.4 | 12 | ||||
-rw-r--r-- | share/man/man4/man4.vax/lkkbd.4 | 10 | ||||
-rw-r--r-- | share/man/man4/man4.vax/lkms.4 | 10 | ||||
-rw-r--r-- | share/man/man4/man4.vax/qsc.4 | 70 | ||||
-rw-r--r-- | share/man/man4/man4.vax/smg.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/vsbus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/vxtbus.4 | 55 | ||||
-rw-r--r-- | share/man/man4/man4.vax/ze.4 | 3 |
11 files changed, 166 insertions, 26 deletions
diff --git a/share/man/man4/man4.vax/Makefile b/share/man/man4/man4.vax/Makefile index b221a022270..45e810496d2 100644 --- a/share/man/man4/man4.vax/Makefile +++ b/share/man/man4/man4.vax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/07/28 21:25:21 miod Exp $ +# $OpenBSD: Makefile,v 1.22 2006/08/27 17:32:58 miod Exp $ # $NetBSD: Makefile,v 1.6 1996/03/03 17:13:09 thorpej Exp $ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 @@ -8,7 +8,7 @@ # pcl.4 ps.4 tm.4 tmscp.4 tu.4 up.4 ut.4 uu.4 va.4 vp.4 vv.4 MAN= asc.4 autoconf.4 cons.4 de.4 dhu.4 dz.4 gpx.4 hp.4 ibus.4 intro.4 \ lcg.4 lcspx.4 le.4 led.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 uba.4 uda.4 vsbus.4 ze.4 + ncr.4 qe.4 qsc.4 ra.4 rx.4 smg.4 ts.4 uba.4 uda.4 vsbus.4 vxtbus.4 ze.4 MLINKS= mem.4 kmem.4 MANSUBDIR=vax diff --git a/share/man/man4/man4.vax/intro.4 b/share/man/man4/man4.vax/intro.4 index 8982c781fd0..8eda1b1b4b3 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.24 2006/08/03 10:50:02 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.25 2006/08/27 17:32:58 miod 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. @@ -30,7 +30,7 @@ .\" .\" from: @(#)intro.4 6.6 (Berkeley) 3/27/91 .\" -.Dd July 28, 2006 +.Dd August 27, 2006 .Dt INTRO 4 vax .Os .Sh NAME @@ -111,9 +111,9 @@ GPX color frame buffer. .It Xr ibus 4 Internal bus on MicroVAX, VAX 4000 series, and others. .It Xr lcg 4 -VAXstation 4000/60 and VLC color frame buffer. +Low-Cost Graphics color frame buffer. .It Xr lcspx 4 -VAXstation 4000/90 color frame buffer. +Low-Cost SPX color frame buffer. .It Xr le 4 LANCE Ethernet interface. .It Xr lkkbd 4 @@ -130,18 +130,22 @@ MSCP tape controller. NCR 5380 SCSI controller. .It Xr qe 4 DEQNA/DELQA Ethernet interface. +.It Xr qsc 4 +SC26C94 quad UART controller. .It Xr ra 4 MSCP disk drive interface. .It Xr rx 4 DEC floppy interface. .It Xr smg 4 -Small monochrome graphics adapter. +Small Monochrome Graphics frame buffer. .It Xr uba 4 Q-bus and UNIBUS adapters. .It Xr uda 4 UDA50 disk controller interface. .It Xr vsbus 4 VAXstation internal bus. +.It Xr vxtbus 4 +VXT2000 internal bus. .It Xr ze 4 SGEC Ethernet interface. .El diff --git a/share/man/man4/man4.vax/lcg.4 b/share/man/man4/man4.vax/lcg.4 index 0b45cabbc80..20b89f1a12e 100644 --- a/share/man/man4/man4.vax/lcg.4 +++ b/share/man/man4/man4.vax/lcg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lcg.4,v 1.1 2006/07/28 21:25:21 miod Exp $ +.\" $OpenBSD: lcg.4,v 1.2 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm lcg -.Nd VAXstation 4000/60 and VLC color frame buffer +.Nd Low-Cost Graphics color frame buffer .Sh SYNOPSIS .Cd "lcg0 at vsbus0 csr 0x20100000" .Cd "wsdisplay* at lcg?" diff --git a/share/man/man4/man4.vax/lcspx.4 b/share/man/man4/man4.vax/lcspx.4 index b536b9482bd..70721ddad9b 100644 --- a/share/man/man4/man4.vax/lcspx.4 +++ b/share/man/man4/man4.vax/lcspx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lcspx.4,v 1.1 2006/07/28 21:25:21 miod Exp $ +.\" $OpenBSD: lcspx.4,v 1.2 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,20 +24,21 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 28, 2006 +.Dd August 27, 2006 .Dt LCSPX 4 vax .Os .Sh NAME .Nm lcspx -.Nd VAXstation 4000/90 color frame buffer +.Nd Low-Cost SPX color frame buffer .Sh SYNOPSIS -.Cd "lcspx0 at vsbus0 csr 0x39302000" +.Cd "lcspx0 at vsbus0 csr 0x39302000 " Pq "VAXstation 4000/90" +.Cd "lcspx0 at vxtbus0 " Pq "VXT2000" .Cd "wsdisplay* at lcspx?" .Sh DESCRIPTION The .Nm is a 8 bit color frame buffer commonly encountered in VAXstation 4000/90 -systems. +systems and VXT2000 terminals. .Pp The .Nm @@ -54,5 +55,6 @@ interface. .Xr lcg 4 , .Xr smg 4 , .Xr vsbus 4 , +.Xr vxtbus 4 , .Xr wscons 4 , .Xr wsdisplay 4 diff --git a/share/man/man4/man4.vax/lkkbd.4 b/share/man/man4/man4.vax/lkkbd.4 index 4b84c201e47..7697d95f159 100644 --- a/share/man/man4/man4.vax/lkkbd.4 +++ b/share/man/man4/man4.vax/lkkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkkbd.4,v 1.6 2006/08/03 20:19:28 miod Exp $ +.\" $OpenBSD: lkkbd.4,v 1.7 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -48,14 +48,15 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 3, 2006 +.Dd August 27, 2006 .Dt LKKBD 4 vax .Os .Sh NAME .Nm lkkbd .Nd LK200/LK400 keyboard driver .Sh SYNOPSIS -.Cd "lkkbd0 at dz0 line 0" +.Cd "lkkbd0 at dz0 line 0 " Pq "VAXstation" +.Cd "lkkbd0 at qsc0 line 2" Pq "VXT2000" .Cd "wskbd* at lkkbd?" .Cd "option LKKBD_LAYOUT=XXX" .Sh DESCRIPTION @@ -63,6 +64,8 @@ The .Nm driver provides support for DEC LK201 and LK401 keyboards connected to .Xr dz 4 +or +.Xr qsc 4 serial controllers within the .Xr wscons 4 framework. @@ -162,6 +165,7 @@ option LKKBD_LAYOUT="KB_FR" .Sh SEE ALSO .Xr dz 4 , .Xr intro 4 , +.Xr qsc 4 , .Xr wscons 4 , .Xr wskbd 4 , .Xr wsconsctl 8 diff --git a/share/man/man4/man4.vax/lkms.4 b/share/man/man4/man4.vax/lkms.4 index 733114bd182..11963e18730 100644 --- a/share/man/man4/man4.vax/lkms.4 +++ b/share/man/man4/man4.vax/lkms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkms.4,v 1.2 2003/06/02 18:51:34 jason Exp $ +.\" $OpenBSD: lkms.4,v 1.3 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,25 +24,29 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 6, 2003 +.Dd August 27, 2006 .Dt LKMS 4 vax .Os .Sh NAME .Nm lkms .Nd serial mouse driver .Sh SYNOPSIS -.Cd "lkms0 at dz0 line 1" +.Cd "lkms0 at dz0 line 1 " Pq "VAXstation" +.Cd "lkms0 at qsc0 line 3" Pq "VXT2000" .Cd "wsmouse* at lkms?" .Sh DESCRIPTION The .Nm driver provides support for DEC mice hooked up to .Xr dz 4 +or +.Xr qsc 4 serial controllers within the .Xr wscons 4 framework. .Sh SEE ALSO .Xr dz 4 , .Xr intro 4 , +.Xr qsc 4 , .Xr wscons 4 , .Xr wsmouse 4 diff --git a/share/man/man4/man4.vax/qsc.4 b/share/man/man4/man4.vax/qsc.4 new file mode 100644 index 00000000000..6f65ef738ae --- /dev/null +++ b/share/man/man4/man4.vax/qsc.4 @@ -0,0 +1,70 @@ +.\" $OpenBSD: qsc.4,v 1.1 2006/08/27 17:32:58 miod Exp $ +.\" +.\" Copyright (c) 1980, 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. +.\" 3. 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. +.\" +.\" 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: @(#)dz.4 6.3 (Berkeley) 3/27/91 +.\" +.Dd August 27, 2006 +.Dt QSC 4 vax +.Os +.Sh NAME +.Nm qsc +.Nd SC26C94 quad UART controller +.Sh SYNOPSIS +.Cd "qsc0 at vxtbus0" +.Cd "lkkbd0 at qsc0 line 2" +.Cd "lkms0 at qsc0 line 3" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SC26C94-driven serial ports on the +VXT2000 terminals. +.Pp +On these machines, line 0 is connected to the serial connector on the back, +while line 2 and line 3 are connected to the keyboard and mouse +connectors, which are driven by the +.Nm lkkbd +and +.Nm lkms +drivers, respectively. +Line 1 is not connected to anything. +.Sh FILES +.Bl -tag -width /dev/ttyb[0-3] -compact +.It Pa /dev/ttyb[0-3] +.El +.Sh DIAGNOSTICS +.Bl -diag +.It qsc%d line %d: receiver overrun +The 8 character input fifo has overflowed and incomin data has been lost. +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr lkkbd 4 , +.Xr lkms 4 , +.Xr tty 4 , +.Xr vxtbus 4 diff --git a/share/man/man4/man4.vax/smg.4 b/share/man/man4/man4.vax/smg.4 index d56d5ade2fb..7454a2afc01 100644 --- a/share/man/man4/man4.vax/smg.4 +++ b/share/man/man4/man4.vax/smg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smg.4,v 1.5 2006/07/28 21:25:21 miod Exp $ +.\" $OpenBSD: smg.4,v 1.6 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm smg -.Nd small monochrome graphics adapter +.Nd Small Monochrome Graphics frame buffer .Sh SYNOPSIS .Cd "smg0 at vsbus0 csr 0x200f0000" .Cd "wsdisplay* at smg?" diff --git a/share/man/man4/man4.vax/vsbus.4 b/share/man/man4/man4.vax/vsbus.4 index 74203cf9b39..706df250bd7 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.10 2006/07/28 21:25:21 miod Exp $ +.\" $OpenBSD: vsbus.4,v 1.11 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -49,9 +49,9 @@ DZ-11 terminal multiplexer. .It Xr gpx 4 GPX color frame buffer. .It Xr lcg 4 -VAXstation 4000/60 and VLC color frame buffer. +Low-Cost Graphics color frame buffer. .It Xr lcspx 4 -VAXstation 4000/90 color frame buffer. +Low-Cost SPX color frame buffer. .It Xr le 4 LANCE Ethernet interface. .It Xr ncr 4 diff --git a/share/man/man4/man4.vax/vxtbus.4 b/share/man/man4/man4.vax/vxtbus.4 new file mode 100644 index 00000000000..f3423210ae1 --- /dev/null +++ b/share/man/man4/man4.vax/vxtbus.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: vxtbus.4,v 1.1 2006/08/27 17:32:58 miod 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. +.\" +.\" 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 August 27, 2006 +.Dt VXTBUS 4 vax +.Os +.Sh NAME +.Nm vxtbus +.Nd VXT2000 bus +.Sh SYNOPSIS +.Cd "vxtbus0 at mainbus0" +.Sh DESCRIPTION +The +.Nm +driver is an abstraction for the internal I/O bus found on the VXT2000 +terminal. +.Sh SUPPORTED DEVICES +The following devices are supported on +.Nm vxtbus . +.Bl -tag -width 8n -compact -offset indent +.It Xr qsc 4 +SC26C94 quad UART controller. +.It Xr lcspx 4 +Low-Cost SPX color frame buffer. +.It Xr ze 4 +SGEC Ethernet interface. +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr lcspx 4 , +.Xr qsc 4 , +.Xr ze 4 diff --git a/share/man/man4/man4.vax/ze.4 b/share/man/man4/man4.vax/ze.4 index cb4e503f2cb..bca658536cd 100644 --- a/share/man/man4/man4.vax/ze.4 +++ b/share/man/man4/man4.vax/ze.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ze.4,v 1.9 2004/08/15 22:52:41 jmc Exp $ +.\" $OpenBSD: ze.4,v 1.10 2006/08/27 17:32:58 miod Exp $ .\" .\" Copyright (c) 2000 Brandon Creighton .\" @@ -32,6 +32,7 @@ .Sh SYNOPSIS .Cd "ze* at ibus? " Pq "MicroVAX, VAX 4000" .Cd "ze* at vsbus0 csr 0x20008000 " Pq "VAXstation onboard" +.Cd "ze* at vxtbus0 " Pq "VXT2000" .Sh DESCRIPTION The .Nm |