summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-03-01 04:39:58 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-03-01 04:39:58 +0000
commit1d8ac2b5d46090665e88c01e67b120a92be0d1af (patch)
treee0b51f85a592649133bfee25568f1fd1b9e38089
parent133b312d25c28ec0b6f6e94e6e3935a5de038bf9 (diff)
edma attaches to fdt now
-rw-r--r--share/man/man4/man4.armv7/edma.46
-rw-r--r--share/man/man4/man4.armv7/omap.46
2 files changed, 5 insertions, 7 deletions
diff --git a/share/man/man4/man4.armv7/edma.4 b/share/man/man4/man4.armv7/edma.4
index e43b746a2bc..f841af3cf3f 100644
--- a/share/man/man4/man4.armv7/edma.4
+++ b/share/man/man4/man4.armv7/edma.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: edma.4,v 1.2 2014/09/19 17:17:04 jmc Exp $
+.\" $OpenBSD: edma.4,v 1.3 2017/03/01 04:39:57 jsg Exp $
.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,14 +13,14 @@
.\" 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 $
+.Dd $Mdocdate: March 1 2017 $
.Dt EDMA 4 armv7
.Os
.Sh NAME
.Nm edma
.Nd Texas Instruments enhanced DMA device
.Sh SYNOPSIS
-.Cd "edma* at omap?"
+.Cd "edma* at fdt?"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.armv7/omap.4 b/share/man/man4/man4.armv7/omap.4
index 731d027b944..0bce0258849 100644
--- a/share/man/man4/man4.armv7/omap.4
+++ b/share/man/man4/man4.armv7/omap.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: omap.4,v 1.6 2016/08/11 04:33:06 jsg Exp $
+.\" $OpenBSD: omap.4,v 1.7 2017/03/01 04:39:57 jsg Exp $
.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" 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 11 2016 $
+.Dd $Mdocdate: March 1 2017 $
.Dt OMAP 4 armv7
.Os
.Sh NAME
@@ -34,8 +34,6 @@ provides support for the following devices:
.Bl -tag -width 12n -offset indent -compact
.It Xr dmtimer 4
Texas Instruments dual mode timer device
-.It Xr edma 4
-Texas Instruments enhanced DMA device
.It Xr gptimer 4
Texas Instruments general purpose timer device
.It Xr prcm 4