summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-17 23:08:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-17 23:08:38 +0000
commitff4d73ed9034dca1e83054581fa067bf888c4442 (patch)
tree5f25b19c3b4d1de9caf4530290790ca3804a8624 /share/man
parent4dedbc0b80ebead227be6b6fd2bb12fd8ba7933c (diff)
more man page material for jmc@ to chew on
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.mvme88k/Makefile6
-rw-r--r--share/man/man4/man4.mvme88k/angelfire.445
-rw-r--r--share/man/man4/man4.mvme88k/intro.48
-rw-r--r--share/man/man4/man4.mvme88k/vme.415
4 files changed, 63 insertions, 11 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile
index b7c3edc4d63..3e8151d3e9c 100644
--- a/share/man/man4/man4.mvme88k/Makefile
+++ b/share/man/man4/man4.mvme88k/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.7 2009/02/14 18:03:12 miod Exp $
+# $OpenBSD: Makefile,v 1.8 2013/05/17 23:08:37 miod Exp $
-# TODO: cl dart memc nvram syscon vx
-MAN= autoconf.4 bussw.4 ie.4 intro.4 le.4 mem.4 \
+# TODO: cl dart memc nvram vx
+MAN= angelfire.4 autoconf.4 bussw.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
new file mode 100644
index 00000000000..34e32a07685
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/angelfire.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD#
+.\"
+.\" 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 17 2013 $
+.Dt ANGELFIRE 4 mvme88k
+.Os
+.Sh NAME
+.Nm angelfire
+.Nd MVME181 system controller
+.Sh SYNOPSIS
+.Cd "angelfire0 at mainbus0 addr 0xff800000"
+.Cd "dart0 at angelfire0 offset 0x640000"
+.Cd "vme0 at angelfire0 offset 0x680000"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides an interface to the interrupt controller and VME bus controller
+found on MVME180 and MVME181 systems.
+.Pp
+The devices connected to
+.Nm
+are:
+.Pp
+.Bl -tag -compact -width 8n -offset indent
+.It Xr dart 4
+MC68681 dual UART
+.It Xr vme 4
+VMEbus interface
+.El
+.Sh SEE ALSO
+.Xr autoconf 4 ,
+.Xr config 8
diff --git a/share/man/man4/man4.mvme88k/intro.4 b/share/man/man4/man4.mvme88k/intro.4
index cb3dc1f40dc..a38ba3a14a8 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.10 2009/02/14 18:03:12 miod Exp $
+.\" $OpenBSD: intro.4,v 1.11 2013/05/17 23:08:37 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: February 14 2009 $
+.Dd $Mdocdate: May 17 2013 $
.Dt INTRO 4 mvme88k
.Os
.Sh NAME
@@ -96,7 +96,9 @@ Pseudo-devices are not listed.
Devices are indicated by their functional interface.
Not all supported devices are listed.
.Pp
-.Bl -tag -compact -width "pcctwo(4)" -offset 3n
+.Bl -tag -compact -width 12n -offset 3n
+.It Xr angelfire 4
+MVME181 system controller
.It Xr bussw 4
BusSwitch local peripheral bus interface
.It Xr cl 4
diff --git a/share/man/man4/man4.mvme88k/vme.4 b/share/man/man4/man4.mvme88k/vme.4
index a2f432ca71e..f3eb141e62f 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.7 2009/02/15 15:12:14 jmc Exp $
+.\" $OpenBSD: vme.4,v 1.8 2013/05/17 23:08:37 miod Exp $
.\"
.\" Copyright (c) 2003 Paul Weissmann
.\" All rights reserved.
@@ -25,21 +25,25 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 15 2009 $
+.Dd $Mdocdate: May 17 2013 $
.Dt VME 4 mvme88k
.Os
.Sh NAME
.Nm vme
.Nd VMEbus interface
.Sh SYNOPSIS
-.Cd "vme0 at pcctwo0 offset 0x40000"
-.Cd "vme0 at syscon0 offset 0x85000"
+.Cd "vme0 at angelfire0 offset 0x680000"
+.Cd "vme0 at pcctwo0 offset 0x40000"
+.Cd "vme0 at syscon0 offset 0x85000"
.Cd "vmes0 at vme0"
.Cd "vmel0 at vme0"
.Sh DESCRIPTION
The
.Nm
driver provides access to the VMEbus.
+On MVME180 and MVME181 boards, it operates the VMEbus part of the
+.Xr angelfire 4
+device.
On MVME187 and MVME197 boards, it operates the VMEchip2 ASIC connected to the
.Xr pcctwo 4
PCCchip2 local bus controller.
@@ -55,7 +59,7 @@ and
.Nm vmel
drivers, respectively.
.Pp
-The currently VMEbus drivers supported are:
+The currently supported VMEbus drivers are:
.Pp
.Bl -tag -compact -width "vsbic(4)XXX" -offset indent
.It Xr le 4
@@ -68,6 +72,7 @@ MVME327A SCSI and floppy controller
.\" MVME332XT high performance serial I/O controller
.El
.Sh SEE ALSO
+.Xr angelfire 4 ,
.Xr intro 4 ,
.Xr pcctwo 4 ,
.Xr syscon 4