summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-18 17:45:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-18 17:45:39 +0000
commit9c0110689ae5078259eb9c1391d624c87f2c94b7 (patch)
tree3a0a752e45ab1e49147f5e84b5f4a0e3c13b0abc /share
parent488f134d700ef7343cece359e56b62cf4681c97d (diff)
low-hanging stuff borrowed from mvme88k
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.mvme68k/Makefile7
-rw-r--r--share/man/man4/man4.mvme68k/cl.446
-rw-r--r--share/man/man4/man4.mvme68k/dart.461
-rw-r--r--share/man/man4/man4.mvme68k/ie.48
-rw-r--r--share/man/man4/man4.mvme68k/intro.433
-rw-r--r--share/man/man4/man4.mvme68k/le.418
-rw-r--r--share/man/man4/man4.mvme68k/lrc.410
-rw-r--r--share/man/man4/man4.mvme68k/memc.449
-rw-r--r--share/man/man4/man4.mvme68k/ofobio.410
-rw-r--r--share/man/man4/man4.mvme68k/pcctwo.424
-rw-r--r--share/man/man4/man4.mvme68k/vme.489
11 files changed, 300 insertions, 55 deletions
diff --git a/share/man/man4/man4.mvme68k/Makefile b/share/man/man4/man4.mvme68k/Makefile
index 278307b188d..0fcc330fb90 100644
--- a/share/man/man4/man4.mvme68k/Makefile
+++ b/share/man/man4/man4.mvme68k/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.10 2009/03/01 22:08:12 miod Exp $
+# $OpenBSD: Makefile,v 1.11 2013/05/18 17:45:38 miod Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
-# TODO: cl clock dart flash ipic lp mc memc nvram pcc sram vme wdsc zs
-MAN= autoconf.4 intro.4 le.4 ie.4 lrc.4 mem.4 ofobio.4 pcctwo.4 vs.4 vsbic.4
+# TODO: clock flash ipic lp mc nvram pcc sram wdsc zs
+MAN= autoconf.4 cl.4 dart.4 intro.4 le.4 ie.4 lrc.4 \
+ mem.4 memc.4 ofobio.4 pcctwo.4 vme.4 vs.4 vsbic.4
MLINKS= mem.4 kmem.4
MANSUBDIR=mvme68k
diff --git a/share/man/man4/man4.mvme68k/cl.4 b/share/man/man4/man4.mvme68k/cl.4
new file mode 100644
index 00000000000..017508487a9
--- /dev/null
+++ b/share/man/man4/man4.mvme68k/cl.4
@@ -0,0 +1,46 @@
+.\" $OpenBSD: cl.4,v 1.1 2013/05/18 17:45:38 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 mvme68k
+.Os
+.Sh NAME
+.Nm cl
+.Nd Cirrus Logic CD2401 serial controller
+.Sh SYNOPSIS
+.Cd "cl0 at pcctwo0 offset 0x45000 ipl 3"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the CD2401 serial controller found on
+MVME167 and MVME177 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]
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr tty 4
diff --git a/share/man/man4/man4.mvme68k/dart.4 b/share/man/man4/man4.mvme68k/dart.4
new file mode 100644
index 00000000000..05588ff4ad7
--- /dev/null
+++ b/share/man/man4/man4.mvme68k/dart.4
@@ -0,0 +1,61 @@
+.\" $OpenBSD: dart.4,v 1.1 2013/05/18 17:45:38 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 mvme68k
+.Os
+.Sh NAME
+.Nm dart
+.Nd MC68681 or MC68692 dual UART
+.Sh SYNOPSIS
+.Cd "dart0 at ofobio0 offset 0x20000 ipl 5" Pq MVME141
+.Cd "dart0 at lrc0 offset 0x40000 ipl 5" Pq MVME165
+.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
+MVME141 and MVME165 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 MVME141, the counter/timer is used to provide the
+scheduling 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.mvme68k/ie.4 b/share/man/man4/man4.mvme68k/ie.4
index 33d8b4a249e..9cc326a2ceb 100644
--- a/share/man/man4/man4.mvme68k/ie.4
+++ b/share/man/man4/man4.mvme68k/ie.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ie.4,v 1.9 2009/03/01 21:40:49 miod Exp $
+.\" $OpenBSD: ie.4,v 1.10 2013/05/18 17:45:38 miod Exp $
.\"
.\" Copyright (c) 1988 John E. Stone <j.stone@acm.org>
.\"
@@ -14,15 +14,15 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 1 2009 $
+.Dd $Mdocdate: May 18 2013 $
.Dt IE 4 mvme68k
.Os
.Sh NAME
.Nm ie
.Nd Intel i82596 Ethernet device
.Sh SYNOPSIS
-.Cd "ie0 at mc0 offset 0x46000 ipl 1" Pq "MVME162/172"
-.Cd "ie0 at pcctwo0 offset 0x46000 ipl 1" Pq "MVME167/177"
+.Cd "ie0 at mc0 offset 0x46000 ipl 3" Pq "MVME162/172"
+.Cd "ie0 at pcctwo0 offset 0x46000 ipl 3" Pq "MVME166/167/176/177"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.mvme68k/intro.4 b/share/man/man4/man4.mvme68k/intro.4
index aff096d134f..0502dbecf42 100644
--- a/share/man/man4/man4.mvme68k/intro.4
+++ b/share/man/man4/man4.mvme68k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.27 2009/03/01 22:08:12 miod Exp $
+.\" $OpenBSD: intro.4,v 1.28 2013/05/18 17:45:38 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: March 1 2009 $
+.Dd $Mdocdate: May 18 2013 $
.Dt INTRO 4 mvme68k
.Os
.Sh NAME
@@ -96,13 +96,13 @@ Pseudo-devices are not listed.
Devices are indicated by their functional interface.
Not all supported devices are listed.
.Pp
-.Bl -tag -width pcctwo(4) -compact -offset indent
-.It Xr cl
-Cirrus Logic CL2400 serial controller
-.It Xr dart
-MC68681 serial controller
+.Bl -tag -width 9n -compact -offset indent
+.It Xr cl 4
+Cirrus Logic CD2401 serial controller
+.It Xr dart 4
+MC68681 or MC68692 dual UART
.It Xr flash
-MVME162 on-board flash memory
+MVME1x2 on-board flash memory
.It Xr ie 4
Intel i82596 Ethernet device
.It Xr ipic
@@ -111,11 +111,11 @@ MVME162 Industry Pack ports
AMD LANCE Ethernet device
.It Xr lp
MVME147 printer interface
-.It Xr lrc
+.It Xr lrc 4
MVME165 Local Resource Controller
.It Xr mc
-MVME1[67]2 MCchip
-.It Xr memc
+MCchip local bus controller
+.It Xr memc 4
MVME1[67]x memory controller
.\" nvram
.It Xr ofobio 4
@@ -123,12 +123,11 @@ MVME141 On-Board I/O
.It Xr osiop 4
Symbios/NCR 53C710 SCSI driver
.It Xr pcc
-MVME147 PCC chip
-.It Xr pcctwo
-MVME1[67]7 PCC2 chip
-.It Xr sram
-MVME1[67]2 static memory
-.It Xr vme
+PCCchip local bus controller
+.It Xr pcctwo 4
+PCCchip2 local bus controller
+.\" sram
+.It Xr vme 4
VME bus support
.It Xr vs 4
MVME328, MVME328S and MVME328XT high performance SCSI controller
diff --git a/share/man/man4/man4.mvme68k/le.4 b/share/man/man4/man4.mvme68k/le.4
index 73597e2dd68..188cf4be76e 100644
--- a/share/man/man4/man4.mvme68k/le.4
+++ b/share/man/man4/man4.mvme68k/le.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: le.4,v 1.18 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: le.4,v 1.19 2013/05/18 17:45:38 miod Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -33,20 +33,20 @@
.\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp
.\" from: @(#)le.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: May 18 2013 $
.Dt LE 4 mvme68k
.Os
.Sh NAME
.Nm le
.Nd AMD LANCE Ethernet device
.Sh SYNOPSIS
-.Cd "le* at pcc0 offset 0x1800 ipl 1 " Pq "MVME147"
-.Cd "le* at vmes0 addr 0xffff1200 ipl 1 vec 0x74 len 0x100" Pq "MVME376"
-.Cd "le* at vmes0 addr 0xffff1400 ipl 1 vec 0x75 len 0x100" Pq "MVME376"
-.Cd "le* at vmes0 addr 0xffff1600 ipl 1 vec 0x76 len 0x100" Pq "MVME376"
-.Cd "le* at vmes0 addr 0xffff5400 ipl 1 vec 0x77 len 0x100" Pq "MVME376"
-.Cd "le* at vmes0 addr 0xffff5600 ipl 1 vec 0x78 len 0x100" Pq "MVME376"
-.Cd "le* at vmes0 addr 0xffffa400 ipl 1 vec 0x79 len 0x100" Pq "MVME376"
+.Cd "le* at pcc0 offset 0x1800 ipl 3 " Pq "MVME147"
+.Cd "le* at vmes0 addr 0xffff1200 ipl 3 vec 0x74 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff1400 ipl 3 vec 0x75 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff1600 ipl 3 vec 0x76 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff5400 ipl 3 vec 0x77 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff5600 ipl 3 vec 0x78 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffffa400 ipl 3 vec 0x79 len 0x100" Pq "MVME376"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.mvme68k/lrc.4 b/share/man/man4/man4.mvme68k/lrc.4
index dba1f08f138..e07d32118e4 100644
--- a/share/man/man4/man4.mvme68k/lrc.4
+++ b/share/man/man4/man4.mvme68k/lrc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lrc.4,v 1.2 2009/03/02 07:54:53 jmc Exp $
+.\" $OpenBSD: lrc.4,v 1.3 2013/05/18 17:45:38 miod Exp $
.\"
.\" Copyright (c) 2009 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: March 2 2009 $
+.Dd $Mdocdate: May 18 2013 $
.Dt LRC 4 mvme68k
.Os
.Sh NAME
@@ -30,8 +30,8 @@ as well as timers and interrupt handling facilities,
and is found on the MVME165 Single-Board Computers.
.Sh SEE ALSO
.\" .Xr clock 4 ,
-.\" .Xr dart 4 ,
-.Xr intro 4
+.Xr dart 4 ,
+.Xr intro 4 ,
.\" .Xr nvram 4
.\" .Xr vsb 4
-.\" .Xr vme 4
+.Xr vme 4
diff --git a/share/man/man4/man4.mvme68k/memc.4 b/share/man/man4/man4.mvme68k/memc.4
new file mode 100644
index 00000000000..14716d87826
--- /dev/null
+++ b/share/man/man4/man4.mvme68k/memc.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: memc.4,v 1.1 2013/05/18 17:45:38 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 MEMC 4 mvme68k
+.Os
+.Sh NAME
+.Nm memc
+.Nd MVME1[67]x memory controller
+.Sh SYNOPSIS
+.Cd "memc0 at mc0 offset 0x43000 " Pq MVME162/172
+.Cd "memc1 at mc0 offset 0x43100 " Pq MVME162/172
+.Cd "memc0 at pcctwo0 offset 0x43000" Pq MVME166/167/176/177
+.Cd "memc1 at pcctwo0 offset 0x43100" Pq MVME166/167/176/177
+.Sh DESCRIPTION
+MVME16x and MVME17x boards support up to two memory mezzanine boards.
+Each board contains its own memory controller, of which two flavours exist:
+.Pp
+.Bl -tag -compact -width 8n
+.It MEMC040
+Memory Controller with parity memory
+.It MCECC
+Memory Controller with ECC memory
+.El
+.Pp
+The
+.Nm
+driver recognizes both.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.\" Xr mc 4 ,
+.Xr pcctwo 4
+.Sh BUGS
+The
+.Nm
+driver does not report corrected ECC memory errors.
diff --git a/share/man/man4/man4.mvme68k/ofobio.4 b/share/man/man4/man4.mvme68k/ofobio.4
index 40ee06683d6..37f9f032212 100644
--- a/share/man/man4/man4.mvme68k/ofobio.4
+++ b/share/man/man4/man4.mvme68k/ofobio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ofobio.4,v 1.2 2009/03/02 07:54:53 jmc Exp $
+.\" $OpenBSD: ofobio.4,v 1.3 2013/05/18 17:45:38 miod Exp $
.\"
.\" Copyright (c) 2009 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: March 2 2009 $
+.Dd $Mdocdate: May 18 2013 $
.Dt OFOBIO 4 mvme68k
.Os
.Sh NAME
@@ -29,8 +29,8 @@ driver controls local interrupt routing and cache memory on the MVME141 board.
It is also responsible for handling abort button interrupts.
.Sh SEE ALSO
.\" .Xr clock 4 ,
-.\" .Xr dart 4 ,
-.Xr intro 4
+.Xr dart 4 ,
+.Xr intro 4 ,
.\" .Xr nvram 4
.\" .Xr vsb 4
-.\" .Xr vme 4
+.Xr vme 4
diff --git a/share/man/man4/man4.mvme68k/pcctwo.4 b/share/man/man4/man4.mvme68k/pcctwo.4
index 6e0db8a542c..35a7b924019 100644
--- a/share/man/man4/man4.mvme68k/pcctwo.4
+++ b/share/man/man4/man4.mvme68k/pcctwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcctwo.4,v 1.2 2009/03/02 07:54:53 jmc Exp $
+.\" $OpenBSD: pcctwo.4,v 1.3 2013/05/18 17:45:38 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: March 2 2009 $
+.Dd $Mdocdate: May 18 2013 $
.Dt PCCTWO 4 mvme68k
.Os
.Sh NAME
@@ -45,10 +45,10 @@ Features summary:
.Bl -bullet -compact
.It
8-bit parallel I/O port
-.\" .It
-.\" Master/slave interface for
-.\" .Xr cl 4
-.\" CD2401 serial controller
+.It
+Master/slave interface for
+.Xr cl 4
+Cirrus Logic CD2401 serial controller
.It
Host interface to
.Xr ie 4
@@ -57,14 +57,14 @@ Intel i82596CA LAN coprocessor
Host interface to
.Xr osiop 4
Symbios/NCR 53C710 SCSI controller
-.\" .It
-.\" Interface to the
-.\" .Xr memc 4
-.\" Memory controller ASIC
+.It
+Interface to the
+.Xr memc 4
+Memory controller ASIC
.El
.Sh SEE ALSO
-.\" .Xr cl 4 ,
+.Xr cl 4 ,
.Xr ie 4 ,
.Xr intro 4 ,
-.\" .Xr memc 4 ,
+.Xr memc 4 ,
.Xr osiop 4
diff --git a/share/man/man4/man4.mvme68k/vme.4 b/share/man/man4/man4.mvme68k/vme.4
new file mode 100644
index 00000000000..5e6fb47bf84
--- /dev/null
+++ b/share/man/man4/man4.mvme68k/vme.4
@@ -0,0 +1,89 @@
+.\" $OpenBSD: vme.4,v 1.1 2013/05/18 17:45:38 miod Exp $
+.\"
+.\" Copyright (c) 2003 Paul Weissmann
+.\" 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 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.
+.\"
+.Dd $Mdocdate: May 18 2013 $
+.Dt VME 4 mvme88k
+.Os
+.Sh NAME
+.Nm vme
+.Nd VMEbus interface
+.Sh SYNOPSIS
+.Cd "vme0 at lrc0 offset 0x20000"
+.Cd "vme0 at mc0 offset 0x40000"
+.Cd "vme0 at ofobio0 offset 0x60000"
+.Cd "vme0 at pcc0 offset 0x2000"
+.Cd "vme0 at pcctwo0 offset 0x40000"
+.Cd "vmes0 at vme0"
+.Cd "vmel0 at vme0"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides access to the VMEbus.
+On MVME141 boards, it operates the VMEbus part of the
+.Xr ofobio 4
+device.
+On MVME147 boards, it operates the VMEchip ASIC connected to the
+.\" .Xr pcc 4
+PCCchip local bus controller.
+On MVME165 boards, it operates the VMEbus part of the
+.Xr lrc 4
+local resource controller.
+On MVME162 and MVME172 boards, it operates the VMEchip2 ASIC connectod to the
+.\" .Xr mc 4
+MCchip local bus controller.
+On MVME166, MVME167, MVME176 and MVME177 boards, it operates the VMEchip2 ASIC
+connected to the
+.Xr pcctwo 4
+PCCchip2 local bus controller.
+.Pp
+The
+.Nm
+driver exposes the D16 and D32 access spaces through the
+.Nm vmes
+and
+.Nm vmel
+drivers, respectively.
+.Pp
+The currently supported VMEbus drivers are:
+.Pp
+.Bl -tag -compact -width 10n -offset indent
+.It Xr le 4
+MVME376 AMD LANCE Ethernet device
+.It Xr vs 4
+MVME328, MVME328S and MVME328XT high performance SCSI controller
+.It Xr vsbic 4
+MVME327A SCSI and floppy controller
+.\" .It Xr vx 4
+.\" MVME332XT high performance serial I/O controller
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr lrc 4 ,
+.\" .Xr mc 4 ,
+.Xr ofobio 4 ,
+.\" .Xr pcc 4 ,
+.Xr pcctwo 4