summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.mvme88k
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/man4.mvme88k')
-rw-r--r--share/man/man4/man4.mvme88k/Makefile8
-rw-r--r--share/man/man4/man4.mvme88k/angelfire.447
-rw-r--r--share/man/man4/man4.mvme88k/autoconf.453
-rw-r--r--share/man/man4/man4.mvme88k/bussw.467
-rw-r--r--share/man/man4/man4.mvme88k/cl.448
-rw-r--r--share/man/man4/man4.mvme88k/dart.458
-rw-r--r--share/man/man4/man4.mvme88k/dsrtc.433
-rw-r--r--share/man/man4/man4.mvme88k/ie.463
-rw-r--r--share/man/man4/man4.mvme88k/intro.4131
-rw-r--r--share/man/man4/man4.mvme88k/le.484
-rw-r--r--share/man/man4/man4.mvme88k/mem.479
-rw-r--r--share/man/man4/man4.mvme88k/memc.446
-rw-r--r--share/man/man4/man4.mvme88k/nvram.461
-rw-r--r--share/man/man4/man4.mvme88k/pcctwo.494
-rw-r--r--share/man/man4/man4.mvme88k/syscon.448
-rw-r--r--share/man/man4/man4.mvme88k/vme.478
-rw-r--r--share/man/man4/man4.mvme88k/vs.4142
-rw-r--r--share/man/man4/man4.mvme88k/vsbic.465
18 files changed, 0 insertions, 1205 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile
deleted file mode 100644
index c7134a1c90d..00000000000
--- a/share/man/man4/man4.mvme88k/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $OpenBSD: Makefile,v 1.11 2013/05/23 21:20:48 miod Exp $
-
-MAN= angelfire.4 autoconf.4 bussw.4 cl.4 dart.4 dsrtc.4 ie.4 intro.4 le.4 \
- mem.4 memc.4 nvram.4 pcctwo.4 syscon.4 vme.4 vs.4 vsbic.4
-MANSUBDIR=mvme88k
-
-MLINKS+= mem.4 kmem.4
-.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.mvme88k/angelfire.4 b/share/man/man4/man4.mvme88k/angelfire.4
deleted file mode 100644
index 2307ded6df9..00000000000
--- a/share/man/man4/man4.mvme88k/angelfire.4
+++ /dev/null
@@ -1,47 +0,0 @@
-.\" $OpenBSD: angelfire.4,v 1.4 2013/05/24 07:02:53 jmc 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 24 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 ipl 5"
-.Cd "dsrtc0 at angelfire0 offset 0x10000"
-.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 or MC68692 dual UART
-.It Xr dsrtc 4
-DS1216 SmartWatch ROM
-.It Xr vme 4
-VMEbus interface
-.El
-.Sh SEE ALSO
-.Xr intro 4
diff --git a/share/man/man4/man4.mvme88k/autoconf.4 b/share/man/man4/man4.mvme88k/autoconf.4
deleted file mode 100644
index 39f984a453a..00000000000
--- a/share/man/man4/man4.mvme88k/autoconf.4
+++ /dev/null
@@ -1,53 +0,0 @@
-.\" $OpenBSD: autoconf.4,v 1.3 2010/01/02 19:55:35 schwarze Exp $
-.\"
-.\" Copyright (c) 1990, 1991, 1993
-.\" The 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: @(#)autoconf.4 8.1 (Berkeley) 6/9/93
-.\"
-.Dd $Mdocdate: January 2 2010 $
-.Dt AUTOCONF 4 mvme88k
-.Os
-.Sh NAME
-.Nm autoconf
-.Nd diagnostics from the autoconfiguration code
-.Sh DESCRIPTION
-When
-.Ox
-bootstraps it probes the innards of the machine
-on which it is running
-and locates controllers, drives, and other devices, printing out
-what it finds on the console.
-This procedure is driven by a system configuration table which is processed by
-.Xr config 8
-and compiled into each kernel.
-Devices which exist in the machine but are not configured into the
-kernel are not detected.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr boot_mvme88k 8 ,
-.Xr config 8
diff --git a/share/man/man4/man4.mvme88k/bussw.4 b/share/man/man4/man4.mvme88k/bussw.4
deleted file mode 100644
index 2b6f2215f6c..00000000000
--- a/share/man/man4/man4.mvme88k/bussw.4
+++ /dev/null
@@ -1,67 +0,0 @@
-.\" $OpenBSD: bussw.4,v 1.7 2013/05/18 11:26:01 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 BUSSW 4 mvme88k
-.Os
-.Sh NAME
-.Nm bussw
-.Nd BusSwitch local peripheral bus interface
-.Sh SYNOPSIS
-.Cd "bussw0 at mainbus0 addr 0xfff00000"
-.Cd "pcctwo0 at bussw0 offset 0x00000"
-.Sh DESCRIPTION
-The
-.Nm
-.Tn BusSwitch
-ASIC provides an interface from the MVME197's 64-bit wide system bus
-to the
-.Tn MC68040
-compatible 32-bit wide local bus, to which the system's
-I/O devices, e.g. SCSI and Ethernet, are attached.
-.Pp
-It includes the following features:
-.Pp
-.Bl -bullet -compact -offset indent
-.It
-Bus arbitration for the
-.Tn MC88110
-bus
-.It
-Seven level interrupt handler
-.It
-Programmable map decoders
-.It
-Write post buffers
-.It
-Two tick timers
-.It
-Four 32-bit general purpose registers
-.El
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr pcctwo 4
diff --git a/share/man/man4/man4.mvme88k/cl.4 b/share/man/man4/man4.mvme88k/cl.4
deleted file mode 100644
index e119e663f95..00000000000
--- a/share/man/man4/man4.mvme88k/cl.4
+++ /dev/null
@@ -1,48 +0,0 @@
-.\" $OpenBSD: cl.4,v 1.2 2013/05/18 12:13:13 jmc 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
deleted file mode 100644
index d91d21ff145..00000000000
--- a/share/man/man4/man4.mvme88k/dart.4
+++ /dev/null
@@ -1,58 +0,0 @@
-.\" $OpenBSD: dart.4,v 1.3 2013/10/15 18:15:04 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: October 15 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:
-50, 75, 110, 134.5, 150, 200, 300, 600, 1050, 1200, 1800, 200, 2400, 4800,
-7200, 9600, 19200 and 38400 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 statistics 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
diff --git a/share/man/man4/man4.mvme88k/dsrtc.4 b/share/man/man4/man4.mvme88k/dsrtc.4
deleted file mode 100644
index 6348a958417..00000000000
--- a/share/man/man4/man4.mvme88k/dsrtc.4
+++ /dev/null
@@ -1,33 +0,0 @@
-.\" $OpenBSD: dsrtc.4,v 1.1 2013/05/23 21:20:48 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 23 2013 $
-.Dt DSRTC 4 mvme88k
-.Os
-.Sh NAME
-.Nm dsrtc
-.Nd DS1216 SmartWatch ROM
-.Sh SYNOPSIS
-.Cd "dsrtc0 at angelfire0 offset 0x10000"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the
-.Dq SmartWatch
-battery-backed clock found on MVME180 and MVME181 systems.
-.Sh SEE ALSO
-.Xr angelfire 4 ,
-.Xr intro 4
diff --git a/share/man/man4/man4.mvme88k/ie.4 b/share/man/man4/man4.mvme88k/ie.4
deleted file mode 100644
index a8ca51d95a9..00000000000
--- a/share/man/man4/man4.mvme88k/ie.4
+++ /dev/null
@@ -1,63 +0,0 @@
-.\" $OpenBSD: ie.4,v 1.7 2013/05/18 11:26:01 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 IE 4 mvme88k
-.Os
-.Sh NAME
-.Nm ie
-.Nd Intel i82596 Ethernet device
-.Sh SYNOPSIS
-.Cd "ie0 at pcctwo0 offset 0x46000 ipl 3"
-.Sh DESCRIPTION
-The
-.Nm
-interface provides access to the 10 Mb/s
-.Tn Ethernet
-network via the
-.Tn Intel
-i82596CA 32-bit
-Local Area Network Coprocessor for
-.Tn Ethernet .
-.Pp
-The i82596CA chip is integrated on both the
-.Tn MVME187
-and
-.Tn MVME197
-Single-Board Computers.
-.Sh SEE ALSO
-.Xr arp 4 ,
-.Xr inet 4 ,
-.Xr intro 4 ,
-.Xr netintro 4 ,
-.Xr pcctwo 4 ,
-.Xr hostname.if 5 ,
-.Xr ifconfig 8
-.Rs
-.%T 82596CA High-Performance 32-bit Local Area Network Coprocessor
-.%Q Intel
-.Re
diff --git a/share/man/man4/man4.mvme88k/intro.4 b/share/man/man4/man4.mvme88k/intro.4
deleted file mode 100644
index 5c3aadaa001..00000000000
--- a/share/man/man4/man4.mvme88k/intro.4
+++ /dev/null
@@ -1,131 +0,0 @@
-.\" $OpenBSD: intro.4,v 1.15 2013/06/29 16:57:33 jmc Exp $
-.\" Copyright (c) 1990, 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: @(#)intro.4 5.2 (Berkeley) 3/27/91
-.\"
-.Dd $Mdocdate: June 29 2013 $
-.Dt INTRO 4 mvme88k
-.Os
-.Sh NAME
-.Nm intro
-.Nd introduction to special files and hardware support
-.Sh DESCRIPTION
-The manual pages in section 4 describe the special files,
-related driver functions, and networking support
-available in the system.
-In this part of the manual, the SYNOPSIS section of
-each configurable device gives a sample specification
-for use in constructing a system description for the
-.Xr config 8
-program.
-The DIAGNOSTICS section lists messages which may appear on the console
-and/or in the system error log
-.Pa /var/log/messages
-due to errors in device operation;
-see
-.Xr syslogd 8
-for more information.
-.Pp
-This section contains both devices
-which may be configured into the system
-and network related information.
-The networking support is introduced in
-.Xr netintro 4 .
-.Sh DEVICE SUPPORT
-This section describes the hardware supported on the
-mvme88k platform.
-Software support for these devices comes in two forms.
-A hardware device may be supported with a character or block
-.Em device driver ,
-or it may be used within the networking subsystem and have a
-.Em network interface driver .
-Block and character devices are accessed through files in the file
-system of a special type; see
-.Xr mknod 8 .
-Network interfaces are indirectly accessed through the interprocess
-communication facilities provided by the system; see
-.Xr socket 2 .
-.Pp
-A hardware device is identified to the system at configuration time
-and the appropriate device or network interface driver is then compiled
-into the system.
-When the resultant system is booted, the autoconfiguration facilities
-in the system probe for the device and, if found, enable the software
-support for it.
-If a device does not respond at autoconfiguration
-time it is not accessible at any time afterwards.
-To enable a device which did not autoconfigure,
-the system will have to be rebooted.
-.Pp
-The autoconfiguration system is described in
-.Xr autoconf 4 .
-A list of the supported devices is given below.
-.Sh LIST OF DEVICES
-The devices listed below are supported in this incarnation of
-the system.
-Pseudo-devices are not listed.
-Devices are indicated by their functional interface.
-Not all supported devices are listed.
-.Pp
-.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
-Cirrus Logic CD2401 serial controller
-.It Xr dart 4
-MC68681 or MC68692 dual UART
-.It Xr dsrtc 4
-DS1216 SmartWatch ROM
-.It Xr ie 4
-Intel i82596 Ethernet device
-.It Xr le 4
-MVME376 AMD LANCE Ethernet device
-.It Xr memc 4
-MVME187 memory controller
-.It Xr nvram 4
-Mostek MK48T0x battery-backed realtime clock
-.It Xr osiop 4
-Symbios/NCR 53C710 SCSI driver
-.It Xr pcctwo 4
-PCCchip2 local bus controller
-.It Xr syscon 4
-MVME188 system controller
-.It Xr vme 4
-VMEbus interface
-.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 autoconf 4 ,
-.Xr config 8
diff --git a/share/man/man4/man4.mvme88k/le.4 b/share/man/man4/man4.mvme88k/le.4
deleted file mode 100644
index 870e3e10629..00000000000
--- a/share/man/man4/man4.mvme88k/le.4
+++ /dev/null
@@ -1,84 +0,0 @@
-.\" $OpenBSD: le.4,v 1.11 2013/05/18 11:26:01 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 LE 4 mvme88k
-.Os
-.Sh NAME
-.Nm le
-.Nd MVME376 AMD LANCE Ethernet device
-.Sh SYNOPSIS
-.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
-driver provides access to the AMD 7990/LANCE-based Interphase 3207
-.Sq Hawk ,
-also sold as Motorola MVME376,
-VME boards.
-This in turn provides an interface to the
-.Tn Ethernet
-network.
-.Sh HARDWARE CONFIGURATION
-The card's base address
-.Po
-matching the
-.Em addr
-locator on the configuration line
-.Pc
-is defined through three sets of DIP switches,
-.Dq SW1
-and
-.Dq SW2 ,
-located in the middle of the board, near the space between the two
-VME connectors, and
-.Dq SW3 ,
-closer to the AM7990DC chip at the bottom edge.
-.Pp
-The only supported configurations are:
-.Bl -column "xxxxxxxx" "xxxxxxxx" "xxxxxxxx" "0xffffffff" -offset indent
-.It Sy SW1 Ta Sy SW2 Ta Sy SW3 Ta Sy Address
-.It Li "UUU_UU_U" Ta "U__U____" Ta "______U_" Ta "0xffff1200"
-.It Li "UUU_U_UU" Ta "U__U_U__" Ta "______U_" Ta "0xffff1400"
-.It Li "UUU_U__U" Ta "U__UU___" Ta "______U_" Ta "0xffff1600"
-.It Li "U_U_U_UU" Ta "U__UUU__" Ta "______U_" Ta "0xffff5400"
-.It Li "U_U_U__U" Ta "U_U_____" Ta "______U_" Ta "0xffff5600"
-.It Li "_U_UU_UU" Ta "U_U__U__" Ta "______U_" Ta "0xffffa400"
-.El
-.Sh SEE ALSO
-.Xr arp 4 ,
-.Xr inet 4 ,
-.Xr intro 4 ,
-.Xr netintro 4 ,
-.Xr vme 4 ,
-.Xr hostname.if 5 ,
-.Xr ifconfig 8
diff --git a/share/man/man4/man4.mvme88k/mem.4 b/share/man/man4/man4.mvme88k/mem.4
deleted file mode 100644
index b91f3a0fc3c..00000000000
--- a/share/man/man4/man4.mvme88k/mem.4
+++ /dev/null
@@ -1,79 +0,0 @@
-.\" $OpenBSD: mem.4,v 1.2 2007/05/31 19:19:55 jmc Exp $
-.\" Copyright (c) 1992, 1993
-.\" The Regents of the University of California. All rights reserved.
-.\"
-.\" This software was developed by the Computer Systems Engineering group
-.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
-.\" contributed to Berkeley.
-.\"
-.\" 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: @(#)mem.4 8.1 (Berkeley) 6/5/93
-.\"
-.Dd $Mdocdate: May 31 2007 $
-.Dt MEM 4 mvme88k
-.Os
-.Sh NAME
-.Nm mem ,
-.Nm kmem
-.Nd memory files
-.Sh DESCRIPTION
-The file
-.Pa /dev/mem
-is an interface to the physical memory of the
-computer.
-Byte offsets in this file are interpreted as physical memory addresses.
-Reading and writing this file is equivalent to reading and writing
-memory itself.
-An error will be returned if an attempt is made to reference
-an offset outside of
-.Pa /dev/mem .
-.Pp
-Kernel virtual memory is accessed via the file
-.Pa /dev/kmem
-in the same manner as
-.Pa /dev/mem .
-Only kernel virtual addresses that are currently mapped to memory are allowed.
-.Pp
-On the mvme88k, physical memory is always contiguous;
-kernel virtual memory begins at
-.Ad 0x00000000 .
-.Pp
-Writeability of these devices is controlled by the system
-.Xr securelevel 7 .
-.Sh FILES
-.Bl -tag -width /dev/kmem -compact
-.It Pa /dev/mem
-.It Pa /dev/kmem
-.El
-.Sh SEE ALSO
-.Xr securelevel 7
-.Sh HISTORY
-The
-.Pa /dev/mem
-and
-.Pa /dev/kmem
-files appeared in
-.At v6 .
diff --git a/share/man/man4/man4.mvme88k/memc.4 b/share/man/man4/man4.mvme88k/memc.4
deleted file mode 100644
index 81693c3efa1..00000000000
--- a/share/man/man4/man4.mvme88k/memc.4
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" $OpenBSD: memc.4,v 1.1 2013/05/18 17:20:45 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 mvme88k
-.Os
-.Sh NAME
-.Nm memc
-.Nd MVME187 memory controller
-.Sh SYNOPSIS
-.Cd "memc0 at pcctwo0 offset 0x43000"
-.Cd "memc1 at pcctwo0 offset 0x43100"
-.Sh DESCRIPTION
-MVME187 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 pcctwo 4
-.Sh BUGS
-The
-.Nm
-driver does not report corrected ECC memory errors.
diff --git a/share/man/man4/man4.mvme88k/nvram.4 b/share/man/man4/man4.mvme88k/nvram.4
deleted file mode 100644
index 6ed2a83e833..00000000000
--- a/share/man/man4/man4.mvme88k/nvram.4
+++ /dev/null
@@ -1,61 +0,0 @@
-.\" $OpenBSD: nvram.4,v 1.1 2013/05/23 21:20:48 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 23 2013 $
-.Dt NVRAM 4 mvme88k
-.Os
-.Sh NAME
-.Nm nvram
-.Nd Mostek MK48T0x battery-backed realtime clock
-.Sh SYNOPSIS
-.Cd "nvram0 at pcctwo0 offset 0xc0000" Pq MVME1x7
-.Cd "nvram0 at syscon0 offset 0x80000" Pq MVME188
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the
-Mostek MK48T02
-.Pq on MVME188
-or MK48T08
-.Pq on MVME1x7
-realtime clocks chips.
-.Pp
-In addition to the clock itself, these chips embed 2KB
-.Pq MK48T02
-or 8KB
-.Pq MK48T08
-of battery-backed memory, which is accessible through the special
-.Pa /dev/nvram0
-file.
-.Sh FILES
-.Bl -tag -width Pa -compact
-.It Pa /dev/nvram0
-.El
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr pcctwo 4 ,
-.Xr syscon 4
-.Sh CAVEATS
-The last 8 bytes of the battery-backed memory contains the realtime clock
-registers.
-Writing to these locations will interfere with proper clock operation.
-.Pp
-The second half of the battery-backed memory (including the clock registers)
-is reserved by Motorola for use by the BUG firmware to store its configuration
-data.
-The
-.Nm
-driver does not prevent access to this reserved part.
diff --git a/share/man/man4/man4.mvme88k/pcctwo.4 b/share/man/man4/man4.mvme88k/pcctwo.4
deleted file mode 100644
index f061758aa5a..00000000000
--- a/share/man/man4/man4.mvme88k/pcctwo.4
+++ /dev/null
@@ -1,94 +0,0 @@
-.\" $OpenBSD: pcctwo.4,v 1.10 2013/05/23 21:20:48 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 23 2013 $
-.Dt PCCTWO 4 mvme88k
-.Os
-.Sh NAME
-.Nm pcctwo
-.Nd PCCchip2 local bus controller
-.Sh SYNOPSIS
-.Cd "pcctwo0 at mainbus0 addr 0xfff00000 " Pq "MVME187"
-.Cd "pcctwo0 at bussw0 offset 0x00000 " Pq "MVME197"
-.Cd "nvram0 at pcctwo0 offset 0xc0000"
-.Cd "vme0 at pcctwo0 offset 0x40000"
-.Cd "ie0 at pcctwo0 offset 0x46000 ipl 3"
-.Cd "osiop0 at pcctwo0 offset 0x47000 ipl 2"
-.Cd "cl0 at pcctwo0 offset 0x45000 ipl 3"
-.Cd "cl1 at pcctwo0 offset 0x45200 ipl 3 " Pq "M8120 only"
-.Cd "memc0 at pcctwo0 offset 0x43000"
-.Cd "memc1 at pcctwo0 offset 0x43100"
-.Sh DESCRIPTION
-The
-.Nm
-.Tn PCCchip2
-ASIC provides an interface to the different local bus-attached I/O
-devices as found on some of the
-.Tn MVME88k
-Single-Board Computers.
-On
-.Tn MVME187
-boards it is attached directly to the processor bus, while on
-.Tn MVME197
-boards it attaches to the
-.Xr bussw 4
-.Tn BusSwitch
-ASIC.
-.Pp
-Features Summary:
-.Pp
-.Bl -bullet -compact
-.It
-8-bit parallel I/O port
-.It
-Master/slave interface for
-.Xr cl 4
-Cirrus Logic CD2401 serial controller
-.It
-Host interface to
-.Xr ie 4
-.Tn Intel
-i82596CA LAN coprocessor
-.It
-Host interface to
-.Xr nvram 4
-Mostek MK48T0x battery-backed realtime clock
-.Xr osiop 4
-Symbios/NCR 53C710 SCSI controller
-.It
-Interface to the
-.Xr memc 4
-Memory controller ASIC
-.El
-.Sh SEE ALSO
-.Xr bussw 4 ,
-.Xr cl 4 ,
-.Xr ie 4 ,
-.Xr intro 4 ,
-.Xr memc 4 ,
-.Xr nvram 4 ,
-.Xr osiop 4
diff --git a/share/man/man4/man4.mvme88k/syscon.4 b/share/man/man4/man4.mvme88k/syscon.4
deleted file mode 100644
index 39aa36b5fdd..00000000000
--- a/share/man/man4/man4.mvme88k/syscon.4
+++ /dev/null
@@ -1,48 +0,0 @@
-.\" $OpenBSD: syscon.4,v 1.4 2013/05/24 07:02:53 jmc Exp $
-.\"
-.\" Copyright (c) 2008 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. And
-.\" I won't mind if you keep the disclaimer below.
-.\"
-.\" 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 24 2013 $
-.Dt SYSCON 4 mvme88k
-.Os
-.Sh NAME
-.Nm syscon
-.Nd MVME188 system controller
-.Sh SYNOPSIS
-.Cd "syscon0 at mainbus0 addr 0xfff00000"
-.Cd "nvram0 at syscon0 offset 0x80000"
-.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.
-.Pp
-The devices connected to
-.Nm
-are:
-.Pp
-.Bl -tag -compact -width 8n -offset indent
-.It Xr dart 4
-MC68681 or MC68692 dual UART
-.It Xr nvram 4
-Mostek MK48T0x battery-backed realtime clock
-.It Xr vme 4
-VMEbus interface
-.El
-.Sh SEE ALSO
-.Xr intro 4
diff --git a/share/man/man4/man4.mvme88k/vme.4 b/share/man/man4/man4.mvme88k/vme.4
deleted file mode 100644
index 8589051f96d..00000000000
--- a/share/man/man4/man4.mvme88k/vme.4
+++ /dev/null
@@ -1,78 +0,0 @@
-.\" $OpenBSD: vme.4,v 1.9 2013/05/18 11:26:01 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 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.
-On MVME188 boards, it operates the VMEbus part of the
-.Xr syscon 4
-device.
-.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 angelfire 4 ,
-.Xr intro 4 ,
-.Xr pcctwo 4 ,
-.Xr syscon 4
diff --git a/share/man/man4/man4.mvme88k/vs.4 b/share/man/man4/man4.mvme88k/vs.4
deleted file mode 100644
index 2c0f53bd05d..00000000000
--- a/share/man/man4/man4.mvme88k/vs.4
+++ /dev/null
@@ -1,142 +0,0 @@
-.\" $OpenBSD: vs.4,v 1.12 2012/08/14 01:08:19 dlg 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: August 14 2012 $
-.Dt VS 4 mvme88k
-.Os
-.Sh NAME
-.Nm vs
-.Nd MVME328, MVME328S and MVME328XT high performance SCSI controller
-.Sh SYNOPSIS
-.Cd "vs0 at vmes0 addr 0xffff9000 ipl 2"
-.Cd "vs1 at vmes0 addr 0xffff9800 ipl 2"
-.Cd "vs2 at vmes0 addr 0xffff4800 ipl 2"
-.Cd "vs3 at vmes0 addr 0xffff5800 ipl 2"
-.Cd "vs4 at vmes0 addr 0xffff7000 ipl 2"
-.Cd "vs5 at vmes0 addr 0xffff7800 ipl 2"
-.Sh DESCRIPTION
-The
-.Nm
-provides access to the Interphase 4210
-.Sq Jaguar ,
-4220 and 4220W
-.Sq Cougar ,
-also sold as the Motorola MVME328, MVME328S and MVME328XT
-VME boards.
-Depending on the version, these boards provide up to two
-single-ended or differential, narrow or wide SCSI interfaces.
-Dual-channel boards do not necessarily have channels of the same type.
-On
-.Sq Jaguar
-boards, the
-.Nm
-driver cannot report whether a channel is single-ended or differential.
-It is recommended to be very careful if the type of the channel is not
-known with certitude.
-.Ss MVME328 channel configuration
-The following table lists the channel configuration for Motorola MVME328
-boards.
-.Bl -column "Model Number" "Single-ended" "Single-ended" -offset indent
-.It Sy "Model Number" Ta Sy "Channel 0" Ta Sy "Channel 1"
-.It Li MVME328-1 Ta Single-ended Ta Missing
-.It Li MVME328-2 Ta Single-ended Ta Single-ended
-.It Li MVME328-3 Ta Differential Ta Missing
-.It Li MVME328-4 Ta Differential Ta Differential
-.El
-.Ss MVME328S channel configuration
-The following table lists the channel configuration for Motorola MVME328S
-boards.
-.Bl -column "Model Number" "Single-ended" "Single-ended" -offset indent
-.It Sy "Model Number" Ta Sy "Channel 0" Ta Sy "Channel 1"
-.It Li MVME328S-1 Ta Single-ended Ta Missing
-.It Li MVME328S-2 Ta Single-ended Ta Single-ended
-.\" No -3 model
-.It Li MVME328S-4 Ta Differential Ta Differential
-.It Li MVME328S-5 Ta Differential Ta Single-ended
-.El
-.Sh HARDWARE CONFIGURATION
-The card's base address
-.Po
-matching the
-.Em addr
-locator on the configuration line
-.Pc
-is defined through a set of jumpers on the card.
-.Ss MVME328, MVME328S and Interphase 4210 jumper configuration
-The card address is controlled with nine jumpers, labeled
-.Dq JB1
-on the board, near the fuse in a corner of the card.
-They are contiguous to the
-.Dq JA7
-single jumper and
-.Dq JA8
-dual jumper, located immediately to the left of the
-.Dq JB1
-block.
-.Pp
-The only supported configurations are:
-.Bl -column "xxxxxxxxx" "0xffffffff" "Configuration" -offset indent
-.It Sy JB1 Ta Sy Address Ta Sy Configuration
-.It Li "___X_XX__" Ta "0xffff9000" Ta "1st board"
-.It Li "_____XX__" Ta "0xffff9800" Ta "2nd board"
-.It Li "____XX_X_" Ta "0xffff4800" Ta "3rd board"
-.It Li "_____X_X_" Ta "0xffff5800" Ta "4th board"
-.It Li "___X___X_" Ta "0xffff7000" Ta "5th board"
-.It Li "_______X_" Ta "0xffff7800" Ta "6th board"
-.El
-.Ss MVME328XT and Interphase 4220 and 4220W jumper configuration
-The card address is controlled with two sets of eleven jumpers \(en
-which label will depend on the card model and artwork revision.
-These jumpers are located between the two VME P1 and P2 connectors.
-With the card oriented so that the VME connectors are at the bottom,
-the bottom row of eleven jumpers should have the leftmost jumper set
-and the ten rightmost jumpers open.
-.Pp
-The only supported configurations for the top row are:
-.Bl -column "xxxxxxxxxxx" "0xffffffff" "Configuration" -offset indent
-.It Sy Jumpers Ta Sy Address Ta Sy Configuration
-.It Li "___X_XX____" Ta "0xffff9000" Ta "1st board"
-.It Li "_____XX____" Ta "0xffff9800" Ta "2nd board"
-.It Li "____XX_X___" Ta "0xffff4800" Ta "3rd board"
-.It Li "_____X_X___" Ta "0xffff5800" Ta "4th board"
-.It Li "___X___X___" Ta "0xffff7000" Ta "5th board"
-.It Li "_______X___" Ta "0xffff7800" Ta "6th board"
-.El
-.Sh SEE ALSO
-.Xr cd 4 ,
-.Xr ch 4 ,
-.Xr intro 4 ,
-.Xr scsi 4 ,
-.Xr sd 4 ,
-.Xr st 4 ,
-.Xr uk 4 ,
-.Xr vme 4
-.Sh BUGS
-The daughterboard providing access to the second SCSI channel does not
-work under
-.Ox
-if the first SCSI channel is empty.
diff --git a/share/man/man4/man4.mvme88k/vsbic.4 b/share/man/man4/man4.mvme88k/vsbic.4
deleted file mode 100644
index 937ac8e3c01..00000000000
--- a/share/man/man4/man4.mvme88k/vsbic.4
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" $OpenBSD: vsbic.4,v 1.5 2012/08/14 01:08:19 dlg Exp $
-.\"
-.\" Copyright (c) 2009 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: August 14 2012 $
-.Dt VSBIC 4 mvme88k
-.Os
-.Sh NAME
-.Nm vsbic
-.Nd MVME327A SCSI and floppy controller
-.Sh SYNOPSIS
-.Cd "vsbic0 at vmes0 addr 0xffffa600 ipl 2"
-.Cd "vsbic1 at vmes0 addr 0xffffa700 ipl 2"
-.Sh DESCRIPTION
-The
-.Nm
-driver supports the SCSI interface of the Motorola MVME327A
-SCSI and floppy VME controller.
-The WD33C93 SCSI controller found on this board is not directly accessible;
-instead, the
-.Nm
-driver runs SCSI commands through the MVME327A firmware interface.
-.Sh HARDWARE CONFIGURATION
-The card's base address
-.Po
-matching the
-.Em addr
-locator on the configuration line
-.Pc
-is defined through a block of eight jumpers, labeled
-.Dq J5
-on the board, near its center.
-.Pp
-With the card oriented with its faceplate at the bottom and the VME connectors
-at the top, the supported configurations are:
-.Bl -column "xxxxxxxx" "0xffffffff" -offset indent
-.It Sy J5 Ta Sy Address Ta Sy Configuration
-.It Li "_X_XX__X" Ta "0xffffa600" Ta "1st board"
-.It Li "_X_XX___" Ta "0xffffa700" Ta "2nd board"
-.El
-.Sh SEE ALSO
-.Xr cd 4 ,
-.Xr ch 4 ,
-.Xr intro 4 ,
-.Xr scsi 4 ,
-.Xr sd 4 ,
-.Xr st 4 ,
-.Xr uk 4 ,
-.Xr vme 4
-.Sh BUGS
-Due to firmware limitations, SCSI commands using command blocks larger than
-12 bytes are not supported.
-Therefore, only the first 2TB of SCSI disks are accessible.