summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2016-10-07 20:24:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2016-10-07 20:24:53 +0000
commite924ed5e27729cb3ffde19e18f8a5712d8e56013 (patch)
tree95b25d414ac5bd1173aab531d30b320febd69cba /share
parent60dc33f592f6881e7c14811d977a4977b0389c85 (diff)
imx(4) is no more.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.armv7/Makefile4
-rw-r--r--share/man/man4/man4.armv7/imx.437
2 files changed, 2 insertions, 39 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index 60a7b2cf9d6..2cb8a333f27 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.14 2016/10/03 02:21:51 jsg Exp $
+# $OpenBSD: Makefile,v 1.15 2016/10/07 20:24:52 kettenis Exp $
MAN= agtimer.4 ampintc.4 amptimer.4 armliicc.4 \
cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
- imx.4 imxesdhc.4 imxiic.4 imxtemp.4 \
+ imxesdhc.4 imxiic.4 imxtemp.4 \
intc.4 intro.4 \
omap.4 omdog.4 omgpio.4 ommmc.4 ompinmux.4 omwugen.4 \
plrtc.4 pluart.4 prcm.4 sitaracm.4 \
diff --git a/share/man/man4/man4.armv7/imx.4 b/share/man/man4/man4.armv7/imx.4
deleted file mode 100644
index c30578511a6..00000000000
--- a/share/man/man4/man4.armv7/imx.4
+++ /dev/null
@@ -1,37 +0,0 @@
-.\" $OpenBSD: imx.4,v 1.4 2016/07/09 13:30:14 jsg Exp $
-.\" Copyright (c) 2014 Sylvestre Gallon <syl@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 9 2016 $
-.Dt IMX 4 armv7
-.Os
-.Sh NAME
-.Nm imx
-.Nd i.MX6 SoC onboard I/O bus device
-.Sh SYNOPSIS
-.Cd "imx0 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 i.MX6
-SoC processors.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr mainbus 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 5.5 .