summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/com.48
-rw-r--r--share/man/man4/man4.socppc/Makefile7
-rw-r--r--share/man/man4/man4.socppc/autoconf.452
-rw-r--r--share/man/man4/man4.socppc/intro.4112
-rw-r--r--share/man/man4/man4.socppc/ipic.437
-rw-r--r--share/man/man4/man4.socppc/mem.484
-rw-r--r--share/man/man4/man4.socppc/obio.456
-rw-r--r--share/man/man4/man4.socppc/sociic.445
-rw-r--r--share/man/man4/man4.socppc/socpcic.441
-rw-r--r--share/man/man4/man4.socppc/tsec.481
11 files changed, 4 insertions, 524 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c355e53a727..08675b5dc52 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.708 2019/05/04 10:20:11 dlg Exp $
+# $OpenBSD: Makefile,v 1.709 2019/05/11 07:18:15 deraadt Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -93,8 +93,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
SUBDIR= man4.alpha man4.amd64 man4.arm64 man4.armv7 \
man4.hppa man4.i386 man4.landisk man4.loongson man4.luna88k \
- man4.macppc man4.octeon \
- man4.sgi man4.socppc man4.sparc64
+ man4.macppc man4.octeon man4.sgi man4.sparc64
CLEANFILES+= wi.4
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4
index 9baa6370dac..c55ba86a79b 100644
--- a/share/man/man4/com.4
+++ b/share/man/man4/com.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: com.4,v 1.44 2018/07/02 15:39:33 kettenis Exp $
+.\" $OpenBSD: com.4,v 1.45 2019/05/11 07:18:15 deraadt Exp $
.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: July 2 2018 $
+.Dd $Mdocdate: May 11 2019 $
.Dt COM 4
.Os
.Sh NAME
@@ -95,10 +95,6 @@
.Cd "com0 at ioc? base 0x00020178"
.Cd "com1 at ioc? base 0x00020170"
.Pp
-.Cd "# socppc"
-.Cd "com0 at obio? addr 0x04500 ivec 9"
-.Cd "com1 at obio? addr 0x04600 ivec 10"
-.Pp
.Cd "# sparc64"
.Cd "com* at asio?"
.Cd "com* at ebus?"
diff --git a/share/man/man4/man4.socppc/Makefile b/share/man/man4/man4.socppc/Makefile
deleted file mode 100644
index 510f139a437..00000000000
--- a/share/man/man4/man4.socppc/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $OpenBSD: Makefile,v 1.8 2016/03/30 06:38:44 jmc Exp $
-
-MAN= autoconf.4 intro.4 ipic.4 mem.4 obio.4 sociic.4 socpcic.4 tsec.4
-
-MANSUBDIR=socppc
-
-.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.socppc/autoconf.4 b/share/man/man4/man4.socppc/autoconf.4
deleted file mode 100644
index 0a5450f60fc..00000000000
--- a/share/man/man4/man4.socppc/autoconf.4
+++ /dev/null
@@ -1,52 +0,0 @@
-.\" $OpenBSD: autoconf.4,v 1.1 2008/05/14 21:08:09 miod Exp $
-.\"
-.\" Copyright (c) 1994 Christopher G. Demetriou
-.\" 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. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by Christopher G. Demetriou.
-.\" 3. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission
-.\"
-.\" 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 $Mdocdate: May 14 2008 $
-.Dt AUTOCONF 4 socppc
-.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 usually not detected.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.\" .Xr boot_socppc 8 ,
-.Xr config 8
diff --git a/share/man/man4/man4.socppc/intro.4 b/share/man/man4/man4.socppc/intro.4
deleted file mode 100644
index 70b9f54ebe0..00000000000
--- a/share/man/man4/man4.socppc/intro.4
+++ /dev/null
@@ -1,112 +0,0 @@
-.\" $OpenBSD: intro.4,v 1.5 2014/09/19 12:24:38 schwarze Exp $
-.\"
-.\" Copyright (c) 1983, 1986, 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.
-.\"
-.Dd $Mdocdate: September 19 2014 $
-.Dt INTRO 4 socppc
-.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 socppc
-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 configuration system is described in
-.Xr autoconf 4 .
-.Sh LIST OF DEVICES
-A complete list of available devices is contained within the pages
-describing the system buses and controllers.
-For example, a PCI device would be listed in the
-.Xr pci 4
-man page.
-The following buses and controllers list these devices:
-.Pp
-.Bl -tag -width 8n -offset 3n -compact
-.It Xr iic 4
-Inter IC (I2C) bus
-.It Xr obio 4
-socppc onboard I/O bus device
-.It Xr pci 4
-introduction to PCI bus support
-.It Xr usb 4
-introduction to Universal Serial Bus support
-.El
-.Sh SEE ALSO
-.Xr autoconf 4 ,
-.Xr config 8
-.Sh HISTORY
-The
-socppc
-.Nm
-first appeared in
-.Ox 4.4 .
diff --git a/share/man/man4/man4.socppc/ipic.4 b/share/man/man4/man4.socppc/ipic.4
deleted file mode 100644
index afd83c92bba..00000000000
--- a/share/man/man4/man4.socppc/ipic.4
+++ /dev/null
@@ -1,37 +0,0 @@
-.\" $OpenBSD: ipic.4,v 1.2 2008/05/20 11:39:12 jmc Exp $
-.\"
-.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
-.\"
-.\" 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 20 2008 $
-.Dt IPIC 4 socppc
-.Os
-.Sh NAME
-.Nm ipic
-.Nd integrated programmable interrupt controller
-.Sh SYNOPSIS
-.Cd ipic0 at obio? addr 0x00700
-.Sh DESCRIPTION
-The
-.Nm
-driver manages the integrated programmable interrupt controller (IPIC)
-found on the Freescale MPC8349E processor family.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr obio 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 4.4 .
diff --git a/share/man/man4/man4.socppc/mem.4 b/share/man/man4/man4.socppc/mem.4
deleted file mode 100644
index ef1f0beeae3..00000000000
--- a/share/man/man4/man4.socppc/mem.4
+++ /dev/null
@@ -1,84 +0,0 @@
-.\" 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
-.\" $OpenBSD: mem.4,v 1.3 2018/01/12 04:36:44 deraadt Exp $
-.\" $NetBSD: mem.4,v 1.1 1997/06/08 17:40:57 ender Exp $
-.\"
-.Dd $Mdocdate: January 12 2018 $
-.Dt MEM 4 socppc
-.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 this platform, physical memory is always contiguous;
-kernel virtual memory begins at
-.Ad 0x00000000 .
-.Pp
-Even with sufficient file system permissions,
-these devices can only be opened when the
-.Xr securelevel 7
-is insecure or when the
-.Va kern.allowkmem
-.Xr sysctl 2
-variable is set.
-.Sh FILES
-.Bl -tag -width /dev/kmem -compact
-.It /dev/mem
-.It /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.socppc/obio.4 b/share/man/man4/man4.socppc/obio.4
deleted file mode 100644
index a55c7619c66..00000000000
--- a/share/man/man4/man4.socppc/obio.4
+++ /dev/null
@@ -1,56 +0,0 @@
-.\" $OpenBSD: obio.4,v 1.2 2008/05/20 11:39:12 jmc Exp $
-.\"
-.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
-.\"
-.\" 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 20 2008 $
-.Dt OBIO 4 socppc
-.Os
-.Sh NAME
-.Nm obio
-.Nd socppc onboard I/O bus device
-.Sh SYNOPSIS
-.Cd "obio0 at mainbus?"
-.Sh DESCRIPTION
-The
-.Nm
-interface serves as an abstraction used by the autoconfiguration
-system to help find and attach devices integrated on Freescale SoC
-processors.
-.Pp
-.Nm
-provides support for the following devices:
-.Pp
-.Bl -tag -width 12n -offset indent -compact
-.It Xr com 4
-serial communications interface
-.It Xr ehci 4
-USB Enhanced Host Controller Interface
-.It Xr ipic 4
-integrated programmable interrupt controller
-.It Xr sociic 4
-socppc onboard I2C controller
-.It Xr socpcic 4
-socppc onboard PCI controller
-.It Xr tsec 4
-three-speed 10/100/Gigabit Ethernet device
-.El
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr mainbus 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 4.4 .
diff --git a/share/man/man4/man4.socppc/sociic.4 b/share/man/man4/man4.socppc/sociic.4
deleted file mode 100644
index bb5774c2aab..00000000000
--- a/share/man/man4/man4.socppc/sociic.4
+++ /dev/null
@@ -1,45 +0,0 @@
-.\" $OpenBSD: sociic.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $
-.\"
-.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
-.\"
-.\" 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: July 16 2013 $
-.Dt SOCIIC 4 socppc
-.Os
-.Sh NAME
-.Nm sociic
-.Nd socppc onboard I2C controller
-.Sh SYNOPSIS
-.Cd "sociic0 at obio? addr 0x03000 ivec 14"
-.Cd "sociic1 at obio? addr 0x03100 ivec 15"
-.Cd "iic* at alipm?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the I2C controller found on the Freescale
-MPC8349E processor family.
-.Sh SEE ALSO
-.Xr iic 4 ,
-.Xr intro 4 ,
-.Xr obio 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 4.4 .
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.An Mark Kettenis Aq Mt kettenis@openbsd.org .
diff --git a/share/man/man4/man4.socppc/socpcic.4 b/share/man/man4/man4.socppc/socpcic.4
deleted file mode 100644
index 3d51870200e..00000000000
--- a/share/man/man4/man4.socppc/socpcic.4
+++ /dev/null
@@ -1,41 +0,0 @@
-.\" $OpenBSD: socpcic.4,v 1.5 2008/05/20 11:39:12 jmc Exp $
-.\"
-.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
-.\"
-.\" 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 20 2008 $
-.Dt SOCPCIC 4 socppc
-.Os
-.Sh NAME
-.Nm socpcic
-.Nd socppc onboard PCI controller
-.Sh SYNOPSIS
-.Cd socpcic0 at obio? addr 0x08300
-.Cd socpcic1 at obio? addr 0x08380
-.Cd "pci0 at socpcic?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the PCI controller found on the Freescale
-MPC8349E processor family.
-This device is largely transparent and provides no user accessible
-entry points.
-.Sh SEE ALSO
-.Xr obio 4 ,
-.Xr pci 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 4.4 .
diff --git a/share/man/man4/man4.socppc/tsec.4 b/share/man/man4/man4.socppc/tsec.4
deleted file mode 100644
index a2ed4411cd1..00000000000
--- a/share/man/man4/man4.socppc/tsec.4
+++ /dev/null
@@ -1,81 +0,0 @@
-.\" $OpenBSD: tsec.4,v 1.5 2013/07/16 16:05:49 schwarze Exp $
-.\"
-.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
-.\"
-.\" 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: July 16 2013 $
-.Dt TSEC 4 socppc
-.Os
-.Sh NAME
-.Nm tsec
-.Nd three-speed 10/100/Gigabit Ethernet device
-.Sh SYNOPSIS
-.Cd "tsec0 at obio? addr 0x24000 ivec 32"
-.Cd "tsec1 at obio? addr 0x25000 ivec 35"
-.Cd "rgephy* at mii?"
-.Cd "gentbi* at mii?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the three-speed Ethernet controller (TSEC)
-found on the Freescale MPC8349E processor family.
-It uses an external PHY or an internal 10-bit interface.
-.Pp
-The
-.Nm
-driver supports several media types, which are selected via the
-.Xr ifconfig 8
-command.
-The supported media types are:
-.Bl -tag -width "media" -offset indent
-.It media autoselect
-Attempt to autoselect the media type (default)
-.It media 1000baseT mediaopt full-duplex
-Use 1000baseT on copper, full duplex
-.It media 1000baseT Op mediaopt half-duplex
-Use 1000baseT on copper, half duplex
-.It media 1000baseSX mediaopt full-duplex
-Use 1000baseSX on fiber, full duplex
-.It media 1000baseSX Op mediaopt half-duplex
-Use 1000baseSX on fiber, half duplex
-.It media 100baseTX mediaopt full-duplex
-Use 100baseTX, full duplex
-.It media 100baseTX Op mediaopt half-duplex
-Use 100baseTX, half duplex
-.It media 10baseT mediaopt full-duplex
-Use 10baseT, full duplex
-.It media 10baseT Op mediaopt half-duplex
-Use 10baseT, half duplex
-.El
-.Sh SEE ALSO
-.Xr arp 4 ,
-.Xr gentbi 4 ,
-.Xr ifmedia 4 ,
-.Xr inet 4 ,
-.Xr intro 4 ,
-.Xr netintro 4 ,
-.Xr rgephy 4 ,
-.Xr hostname.if 5 ,
-.Xr ifconfig 8
-.Sh HISTORY
-.Ox
-support for
-.Nm
-first appeared in
-.Ox 4.4 .
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.An Mark Kettenis Aq Mt kettenis@openbsd.org .