summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.armv7
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-10-16 22:24:46 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-10-16 22:24:46 +0000
commit46ff0745dabc773ac45a1e11d49aca0617624e0a (patch)
tree838bd51ea4e73a1037d73c2a416596659a9d9ddb /share/man/man4/man4.armv7
parentb224468d3aaa349217d8a5a61a48ed24ddbc9f21 (diff)
Make sxidog(4) MI.
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/sxidog.434
2 files changed, 2 insertions, 36 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index e66db4f8e36..83db04df635 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.24 2019/02/01 01:41:52 jsg Exp $
+# $OpenBSD: Makefile,v 1.25 2019/10/16 22:24:45 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 omwugen.4 \
prcm.4 sitaracm.4 \
- sxidog.4 sxie.4 sxiintc.4 \
+ sxie.4 sxiintc.4 \
sxitimer.4 sxits.4 sysreg.4
MANSUBDIR=armv7
diff --git a/share/man/man4/man4.armv7/sxidog.4 b/share/man/man4/man4.armv7/sxidog.4
deleted file mode 100644
index 173818a85b3..00000000000
--- a/share/man/man4/man4.armv7/sxidog.4
+++ /dev/null
@@ -1,34 +0,0 @@
-.\" $OpenBSD: sxidog.4,v 1.4 2016/08/06 00:16:50 jsg 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: August 6 2016 $
-.Dt SXIDOG 4 armv7
-.Os
-.Sh NAME
-.Nm sxidog
-.Nd A1X/A20 watchdog timer device
-.Sh SYNOPSIS
-.Cd "sxidog* at fdt?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the watchdog timer device integrated in Allwinner
-Technology A1X/A20 SoCs.
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 5.5 .