summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.armv7
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-04-05 13:21:55 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-04-05 13:21:55 +0000
commit11cc2f4ca82e842b1e90f5da0f69b0d02f466248 (patch)
tree64bd5b4d9f21866e485383a677fefc1ad6d27143 /share/man/man4/man4.armv7
parent4dda7ba46436e10e49155e6321b57e917316b600 (diff)
Remove sitaracm(4).
Diffstat (limited to 'share/man/man4/man4.armv7')
-rw-r--r--share/man/man4/man4.armv7/Makefile4
-rw-r--r--share/man/man4/man4.armv7/sitaracm.443
2 files changed, 2 insertions, 45 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index 048c1e0368c..d9542a5bc72 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.26 2020/04/05 13:18:50 kettenis Exp $
+# $OpenBSD: Makefile,v 1.27 2020/04/05 13:21:54 kettenis Exp $
MAN= agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \
cortex.4 cpsw.4 dmtimer.4 edma.4 gptimer.4 \
imxtemp.4 intc.4 intro.4 \
omap.4 omdog.4 omgpio.4 ommmc.4 omrng.4 omwugen.4 \
- prcm.4 sitaracm.4 \
+ prcm.4 \
sxie.4 sxiintc.4 \
sxitimer.4 sxits.4 sysreg.4
diff --git a/share/man/man4/man4.armv7/sitaracm.4 b/share/man/man4/man4.armv7/sitaracm.4
deleted file mode 100644
index 5877ea005f0..00000000000
--- a/share/man/man4/man4.armv7/sitaracm.4
+++ /dev/null
@@ -1,43 +0,0 @@
-.\" $OpenBSD: sitaracm.4,v 1.3 2014/09/19 17:17:04 jmc Exp $
-.\" Copyright (c) 2014 Raphael Graf <rapha@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: September 19 2014 $
-.Dt SITARACM 4 armv7
-.Os
-.Sh NAME
-.Nm sitaracm
-.Nd Sitara ARM control module device
-.Sh SYNOPSIS
-.Cd "sitaracm* at omap?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the Sitara ARM control module device integrated in
-AM335X SoCs.
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 5.4 .
-.Sh AUTHORS
-.An -nosplit
-The
-.Nm
-driver was written by
-.An Ben Gray Aq Mt ben.r.gray@gmail.com
-and ported to
-.Ox
-by
-.An Raphael Graf Aq Mt rapha@openbsd.org .