summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-18 11:26:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-18 11:26:02 +0000
commit9518e940c1a0cd9372d094386b9035f1dec6d69a (patch)
tree356e0d753e812f8318f0e679c4f819d42336b11b /share/man
parent5f21ef50e4d7d56eea837f2ae1980254d2a26669 (diff)
More manpages. Fix configuration stanzas to match current GENERIC.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.mvme88k/Makefile6
-rw-r--r--share/man/man4/man4.mvme88k/angelfire.412
-rw-r--r--share/man/man4/man4.mvme88k/bussw.410
-rw-r--r--share/man/man4/man4.mvme88k/cl.448
-rw-r--r--share/man/man4/man4.mvme88k/dart.462
-rw-r--r--share/man/man4/man4.mvme88k/ie.46
-rw-r--r--share/man/man4/man4.mvme88k/intro.48
-rw-r--r--share/man/man4/man4.mvme88k/le.416
-rw-r--r--share/man/man4/man4.mvme88k/pcctwo.49
-rw-r--r--share/man/man4/man4.mvme88k/syscon.413
-rw-r--r--share/man/man4/man4.mvme88k/vme.46
11 files changed, 152 insertions, 44 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile
index 3e8151d3e9c..d6716b3144b 100644
--- a/share/man/man4/man4.mvme88k/Makefile
+++ b/share/man/man4/man4.mvme88k/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.8 2013/05/17 23:08:37 miod Exp $
+# $OpenBSD: Makefile,v 1.9 2013/05/18 11:26:01 miod Exp $
-# TODO: cl dart memc nvram vx
-MAN= angelfire.4 autoconf.4 bussw.4 ie.4 intro.4 le.4 mem.4 \
+# TODO: memc nvram vx
+MAN= angelfire.4 autoconf.4 bussw.4 cl.4 dart.4 ie.4 intro.4 le.4 mem.4 \
pcctwo.4 syscon.4 vme.4 vs.4 vsbic.4
MANSUBDIR=mvme88k
diff --git a/share/man/man4/man4.mvme88k/angelfire.4 b/share/man/man4/man4.mvme88k/angelfire.4
index 34e32a07685..e6af2192577 100644
--- a/share/man/man4/man4.mvme88k/angelfire.4
+++ b/share/man/man4/man4.mvme88k/angelfire.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD#
+.\" $OpenBSD: angelfire.4,v 1.2 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2013 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 17 2013 $
+.Dd $Mdocdate: May 18 2013 $
.Dt ANGELFIRE 4 mvme88k
.Os
.Sh NAME
@@ -22,7 +22,7 @@
.Nd MVME181 system controller
.Sh SYNOPSIS
.Cd "angelfire0 at mainbus0 addr 0xff800000"
-.Cd "dart0 at angelfire0 offset 0x640000"
+.Cd "dart0 at angelfire0 offset 0x640000 ipl 5"
.Cd "vme0 at angelfire0 offset 0x680000"
.Sh DESCRIPTION
The
@@ -36,10 +36,10 @@ are:
.Pp
.Bl -tag -compact -width 8n -offset indent
.It Xr dart 4
-MC68681 dual UART
+MC68681 or MC68692 dual UART
.It Xr vme 4
VMEbus interface
.El
.Sh SEE ALSO
-.Xr autoconf 4 ,
-.Xr config 8
+.Xr intro 4 ,
+.Xr vme 4
diff --git a/share/man/man4/man4.mvme88k/bussw.4 b/share/man/man4/man4.mvme88k/bussw.4
index 49b8322d03a..2b6f2215f6c 100644
--- a/share/man/man4/man4.mvme88k/bussw.4
+++ b/share/man/man4/man4.mvme88k/bussw.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bussw.4,v 1.6 2008/01/05 21:02:15 jmc Exp $
+.\" $OpenBSD: bussw.4,v 1.7 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,14 +25,15 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 5 2008 $
+.Dd $Mdocdate: May 18 2013 $
.Dt BUSSW 4 mvme88k
.Os
.Sh NAME
.Nm bussw
.Nd BusSwitch local peripheral bus interface
.Sh SYNOPSIS
-.Cd "bussw0 at mainbus0 addr 0xfff00000"
+.Cd "bussw0 at mainbus0 addr 0xfff00000"
+.Cd "pcctwo0 at bussw0 offset 0x00000"
.Sh DESCRIPTION
The
.Nm
@@ -63,5 +64,4 @@ Four 32-bit general purpose registers
.El
.Sh SEE ALSO
.Xr intro 4 ,
-.Xr pcctwo 4 ,
-.Xr syscon 4
+.Xr pcctwo 4
diff --git a/share/man/man4/man4.mvme88k/cl.4 b/share/man/man4/man4.mvme88k/cl.4
new file mode 100644
index 00000000000..76a94794aba
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/cl.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: cl.4,v 1.1 2013/05/18 11:26:01 miod Exp $
+.\"
+.\" Copyright (c) 2013 Miodrag Vallat.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: May 18 2013 $
+.Dt CL 4 mvme88k
+.Os
+.Sh NAME
+.Nm cl
+.Nd Cirrus Logic CD2401 serial controller
+.Sh SYNOPSIS
+.Cd "cl0 at pcctwo0 offset 0x45000 ipl 3"
+.Cd "cl1 at pcctwo0 offset 0x45200 ipl 3" Pq "M8120 only"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the CD2401 serial controller found on
+MVME187, MVME197 and M8120 systems.
+.Pp
+Each CD2401 controller supports four serial ports with a 16 character buffer.
+.Pp
+The following link speeds are supported by the
+.Nm
+driver:
+50, 110, 150, 300, 600, 1200, 2401, 3600, 4800, 7200, 9600, 19200, 38400,
+56000 and 64000 bps,
+with an error margin smaller than 0.25%
+(except for 56000 bps, where the error margin is 0.80%).
+.Sh FILES
+.Bl -tag -width Pa -compact
+.It Pa /dev/tty[0-3]
+.It Pa /dev/tty[4-7] Pq M8120 only
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr tty 4
diff --git a/share/man/man4/man4.mvme88k/dart.4 b/share/man/man4/man4.mvme88k/dart.4
new file mode 100644
index 00000000000..7c6143427b5
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/dart.4
@@ -0,0 +1,62 @@
+.\" $OpenBSD: dart.4,v 1.1 2013/05/18 11:26:01 miod Exp $
+.\"
+.\" Copyright (c) 2013 Miodrag Vallat.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: May 18 2013 $
+.Dt DART 4 mvme88k
+.Os
+.Sh NAME
+.Nm dart
+.Nd MC68681 or MC68692 dual UART
+.Sh SYNOPSIS
+.Cd "dart0 at angelfire0 offset 0x640000 ipl 5"
+.Cd "dart0 at syscon0 offset 0x82000 ipl 3"
+.Sh DESCRIPTION
+The MC68681 and MC68692 dual asynchronous receiver/transmitter
+.Pq Tn DUART
+component provides two serial ports, as well as a 16-bit programmable
+counter/timer.
+.Pp
+The
+.Nm
+driver provides support for the two serial ports found onboard
+MVME180, MVME181 and MVME188 systems.
+.Pp
+The
+.Nm
+serial ports have a two character buffer on the transmit path, and a four
+character buffer on the receive path.
+.Pp
+The following link speeds are supported by the
+.Nm
+driver:
+75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600 and 19200 bps.
+.Pp
+On MVME180 and MVME181, the counter/timer is used to provide the
+scheduling clock, while on MVME188, the counter/timer is used to provide
+the statisticts clock.
+.Sh FILES
+.Bl -tag -width Pa -compact
+.It Pa /dev/ttya
+.It Pa /dev/ttyb
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr tty 4
+.Sh BUGS
+The following link speeds are supported by the hardware, but not by the
+.Nm
+driver yet:
+50, 200, 1050, 2000, 7200 and 38400 bps.
diff --git a/share/man/man4/man4.mvme88k/ie.4 b/share/man/man4/man4.mvme88k/ie.4
index e102f776955..a8ca51d95a9 100644
--- a/share/man/man4/man4.mvme88k/ie.4
+++ b/share/man/man4/man4.mvme88k/ie.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ie.4,v 1.6 2007/05/31 19:19:55 jmc Exp $
+.\" $OpenBSD: ie.4,v 1.7 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,14 +25,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: May 18 2013 $
.Dt IE 4 mvme88k
.Os
.Sh NAME
.Nm ie
.Nd Intel i82596 Ethernet device
.Sh SYNOPSIS
-.Cd "ie0 at pcctwo0 offset 0x46000 ipl 1"
+.Cd "ie0 at pcctwo0 offset 0x46000 ipl 3"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.mvme88k/intro.4 b/share/man/man4/man4.mvme88k/intro.4
index a38ba3a14a8..d85fa9062d4 100644
--- a/share/man/man4/man4.mvme88k/intro.4
+++ b/share/man/man4/man4.mvme88k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.11 2013/05/17 23:08:37 miod Exp $
+.\" $OpenBSD: intro.4,v 1.12 2013/05/18 11:26:01 miod Exp $
.\" Copyright (c) 1990, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: May 17 2013 $
+.Dd $Mdocdate: May 18 2013 $
.Dt INTRO 4 mvme88k
.Os
.Sh NAME
@@ -102,7 +102,9 @@ MVME181 system controller
.It Xr bussw 4
BusSwitch local peripheral bus interface
.It Xr cl 4
-Cirrus Logic CL2400 serial controller
+Cirrus Logic CD2401 serial controller
+.It Xr dart 4
+MC68681 or MC68692 dual UART
.It Xr ie 4
Intel i82596 Ethernet device
.It Xr le 4
diff --git a/share/man/man4/man4.mvme88k/le.4 b/share/man/man4/man4.mvme88k/le.4
index 3bc8b7b3386..870e3e10629 100644
--- a/share/man/man4/man4.mvme88k/le.4
+++ b/share/man/man4/man4.mvme88k/le.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: le.4,v 1.10 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: le.4,v 1.11 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,19 +25,19 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: May 18 2013 $
.Dt LE 4 mvme88k
.Os
.Sh NAME
.Nm le
.Nd MVME376 AMD LANCE Ethernet device
.Sh SYNOPSIS
-.Cd "le0 at vmes0 addr 0xffff1200 ipl 1"
-.Cd "le1 at vmes0 addr 0xffff1400 ipl 1"
-.Cd "le2 at vmes0 addr 0xffff1600 ipl 1"
-.Cd "le3 at vmes0 addr 0xffff5400 ipl 1"
-.Cd "le4 at vmes0 addr 0xffff5600 ipl 1"
-.Cd "le5 at vmes0 addr 0xffffa400 ipl 1"
+.Cd "le0 at vmes0 addr 0xffff1200 ipl 3"
+.Cd "le1 at vmes0 addr 0xffff1400 ipl 3"
+.Cd "le2 at vmes0 addr 0xffff1600 ipl 3"
+.Cd "le3 at vmes0 addr 0xffff5400 ipl 3"
+.Cd "le4 at vmes0 addr 0xffff5600 ipl 3"
+.Cd "le5 at vmes0 addr 0xffffa400 ipl 3"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.mvme88k/pcctwo.4 b/share/man/man4/man4.mvme88k/pcctwo.4
index 88c8f17b6d0..f47b78316d2 100644
--- a/share/man/man4/man4.mvme88k/pcctwo.4
+++ b/share/man/man4/man4.mvme88k/pcctwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcctwo.4,v 1.6 2007/05/31 19:19:55 jmc Exp $
+.\" $OpenBSD: pcctwo.4,v 1.7 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: May 18 2013 $
.Dt PCCTWO 4 mvme88k
.Os
.Sh NAME
@@ -59,8 +59,7 @@ Features Summary:
.It
Master/slave interface for
.Xr cl 4
-.Tn CD2401
-serial controller
+Cirrus Logic CD2401 serial controller
.It
Host interface to
.Xr ie 4
@@ -77,7 +76,7 @@ Memory controller ASIC
.El
.Sh SEE ALSO
.Xr bussw 4 ,
-.\" .Xr cl 4 ,
+.Xr cl 4 ,
.Xr ie 4 ,
.Xr intro 4 ,
.\" .Xr memc 4 ,
diff --git a/share/man/man4/man4.mvme88k/syscon.4 b/share/man/man4/man4.mvme88k/syscon.4
index d355ccd5608..d5fe1cdedb6 100644
--- a/share/man/man4/man4.mvme88k/syscon.4
+++ b/share/man/man4/man4.mvme88k/syscon.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscon.4,v 1.1 2008/01/05 12:47:56 miod Exp $
+.\" $OpenBSD: syscon.4,v 1.2 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2008 Miodrag Vallat.
.\"
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 5 2008 $
+.Dd $Mdocdate: May 18 2013 $
.Dt SYSCON 4 mvme88k
.Os
.Sh NAME
@@ -24,16 +24,13 @@
.Sh SYNOPSIS
.Cd "syscon0 at mainbus0 addr 0xfff00000"
.Cd "nvram0 at syscon0 offset 0x80000"
-.Cd "dart0 at syscon0 offset 0x82000"
+.Cd "dart0 at syscon0 offset 0x82000 ipl 3"
.Cd "vme0 at syscon0 offset 0x85000"
.Sh DESCRIPTION
The
.Nm
driver provides an interface to the different local bus-attached I/O
devices found on MVME188 systems.
-It also provides internal interfaces to help handling interrupts produced by
-the on-board devices
-.Pq as opposed to the VME devices .
.Pp
The devices connected to
.Nm
@@ -41,12 +38,12 @@ are:
.Pp
.Bl -tag -compact -width 8n -offset indent
.It Xr dart 4
-MC68681 dual UART
+MC68681 or MC68692 dual UART
.It Xr nvram 4
Non-volatile memory
.It Xr vme 4
VMEbus interface
.El
.Sh SEE ALSO
-.Xr autoconf 4 ,
+.Xr intro 4 ,
.Xr config 8
diff --git a/share/man/man4/man4.mvme88k/vme.4 b/share/man/man4/man4.mvme88k/vme.4
index f3eb141e62f..8589051f96d 100644
--- a/share/man/man4/man4.mvme88k/vme.4
+++ b/share/man/man4/man4.mvme88k/vme.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vme.4,v 1.8 2013/05/17 23:08:37 miod Exp $
+.\" $OpenBSD: vme.4,v 1.9 2013/05/18 11:26:01 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 17 2013 $
+.Dd $Mdocdate: May 18 2013 $
.Dt VME 4 mvme88k
.Os
.Sh NAME
@@ -61,7 +61,7 @@ drivers, respectively.
.Pp
The currently supported VMEbus drivers are:
.Pp
-.Bl -tag -compact -width "vsbic(4)XXX" -offset indent
+.Bl -tag -compact -width 10n -offset indent
.It Xr le 4
MVME376 AMD LANCE Ethernet device
.It Xr vs 4