summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRaphael Graf <rapha@cvs.openbsd.org>2014-09-19 07:34:15 +0000
committerRaphael Graf <rapha@cvs.openbsd.org>2014-09-19 07:34:15 +0000
commitb06f8ac8039378ea85f6087183ec486bb6e585d4 (patch)
tree345957c221b5e808886c775da7ae57b2c0fdbfdb /share
parent191a0b679b8424570f98b68740cfd96c61616a9e (diff)
Add missing manual pages for armv7 (omap) drivers.
Using feedback from schwarze@. ok syl@ schwarze@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.armv7/Makefile7
-rw-r--r--share/man/man4/man4.armv7/dmtimer.438
-rw-r--r--share/man/man4/man4.armv7/edma.438
-rw-r--r--share/man/man4/man4.armv7/gptimer.438
-rw-r--r--share/man/man4/man4.armv7/intc.438
-rw-r--r--share/man/man4/man4.armv7/omap.418
-rw-r--r--share/man/man4/man4.armv7/omdog.438
-rw-r--r--share/man/man4/man4.armv7/prcm.438
-rw-r--r--share/man/man4/man4.armv7/sitaracm.443
9 files changed, 291 insertions, 5 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index e68d131dee0..c427a4a6072 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2014/09/18 13:46:54 syl Exp $
+# $OpenBSD: Makefile,v 1.5 2014/09/19 07:34:14 rapha Exp $
-MAN= cpsw.4 imx.4 imxenet.4 imxesdhc.4 imxiic.4 intro.4 \
- omap.4 omgpio.4 ommmc.4
+MAN= cpsw.4 dmtimer.4 edma.4 gptimer.4 imx.4 imxenet.4 imxesdhc.4 \
+ imxiic.4 intc.4 intro.4 omap.4 omdog.4 omgpio.4 ommmc.4 prcm.4 \
+ sitaracm.4
MANSUBDIR=armv7
diff --git a/share/man/man4/man4.armv7/dmtimer.4 b/share/man/man4/man4.armv7/dmtimer.4
new file mode 100644
index 00000000000..8152bd3892b
--- /dev/null
+++ b/share/man/man4/man4.armv7/dmtimer.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: dmtimer.4,v 1.1 2014/09/19 07:34:14 rapha 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 DMTIMER 4 armv7
+.Os
+.Sh NAME
+.Nm dmtimer
+.Nd Texas Instruments Dual Mode Timer device
+.Sh SYNOPSIS
+.Cd "dmtimer* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Dual Mode Timer device integrated in
+AM335X SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq Mt drahn@dalerahn.com .
diff --git a/share/man/man4/man4.armv7/edma.4 b/share/man/man4/man4.armv7/edma.4
new file mode 100644
index 00000000000..638a5ac04e2
--- /dev/null
+++ b/share/man/man4/man4.armv7/edma.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: edma.4,v 1.1 2014/09/19 07:34:14 rapha 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 EDMA 4 armv7
+.Os
+.Sh NAME
+.Nm edma
+.Nd Texas Instruments Enhanced DMA device
+.Sh SYNOPSIS
+.Cd "edma* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Enhanced Direct Memory Access device integrated
+in AM335X SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Sylvestre Gallon Aq Mt syl@openbsd.org .
diff --git a/share/man/man4/man4.armv7/gptimer.4 b/share/man/man4/man4.armv7/gptimer.4
new file mode 100644
index 00000000000..eb99e0ee5ed
--- /dev/null
+++ b/share/man/man4/man4.armv7/gptimer.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: gptimer.4,v 1.1 2014/09/19 07:34:14 rapha 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 GPTIMER 4 armv7
+.Os
+.Sh NAME
+.Nm gptimer
+.Nd Texas Instruments General Purpose Timer device
+.Sh SYNOPSIS
+.Cd "gptimer* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the General Purpose Timer device integrated in
+OMAP SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq Mt drahn@dalerahn.com .
diff --git a/share/man/man4/man4.armv7/intc.4 b/share/man/man4/man4.armv7/intc.4
new file mode 100644
index 00000000000..da09ab08e09
--- /dev/null
+++ b/share/man/man4/man4.armv7/intc.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: intc.4,v 1.1 2014/09/19 07:34:14 rapha 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 INTC 4 armv7
+.Os
+.Sh NAME
+.Nm intc
+.Nd Texas Instruments Interrupt Controller device
+.Sh SYNOPSIS
+.Cd "intc* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Interrupt Controller device integrated in OMAP and
+AM335X SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq Mt drahn@dalerahn.com .
diff --git a/share/man/man4/man4.armv7/omap.4 b/share/man/man4/man4.armv7/omap.4
index ec61fba8ad2..4e804fa3bc5 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.1 2014/09/18 13:46:54 syl Exp $
+.\" $OpenBSD: omap.4,v 1.2 2014/09/19 07:34:14 rapha 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: September 18 2014 $
+.Dd $Mdocdate: September 19 2014 $
.Dt OMAP 4 armv7
.Os
.Sh NAME
@@ -34,10 +34,24 @@ provides support for the following devices:
.Bl -tag -width 12n -offset indent -compact
.It Xr cpsw 4
Texas Instruments CPSW Ethernet device
+.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 intc 4
+Texas Instruments Interrupt Controller device
+.It Xr omdog 4
+Texas Instruments Watchdog Timer device
.It Xr omgpio 4
omap3, omap4 and am335x GPIO controller
.It Xr ommmc 4
MMC/SD/SDIO controller
+.It Xr prcm 4
+Texas Instruments Power, Reset and Clock Management device
+.It Xr sitaracm 4
+Sitara ARM Control Module device
.El
.Sh SEE ALSO
.Xr intro 4 ,
diff --git a/share/man/man4/man4.armv7/omdog.4 b/share/man/man4/man4.armv7/omdog.4
new file mode 100644
index 00000000000..f45a8897bcc
--- /dev/null
+++ b/share/man/man4/man4.armv7/omdog.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: omdog.4,v 1.1 2014/09/19 07:34:14 rapha 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 OMDOG 4 armv7
+.Os
+.Sh NAME
+.Nm omdog
+.Nd Texas Instruments Watchdog Timer device
+.Sh SYNOPSIS
+.Cd "omdog* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Watchdog Timer device integrated in OMAP and
+AM335X SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq Mt drahn@dalerahn.com .
diff --git a/share/man/man4/man4.armv7/prcm.4 b/share/man/man4/man4.armv7/prcm.4
new file mode 100644
index 00000000000..6de201c39b0
--- /dev/null
+++ b/share/man/man4/man4.armv7/prcm.4
@@ -0,0 +1,38 @@
+.\" $OpenBSD: prcm.4,v 1.1 2014/09/19 07:34:14 rapha 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 PRCM 4 armv7
+.Os
+.Sh NAME
+.Nm prcm
+.Nd Texas Instruments Power, Reset and Clock Management device
+.Sh SYNOPSIS
+.Cd "prcm* at omap?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Texas Instruments Power, Reset and Clock
+Management device.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq Mt drahn@dalerahn.com .
diff --git a/share/man/man4/man4.armv7/sitaracm.4 b/share/man/man4/man4.armv7/sitaracm.4
new file mode 100644
index 00000000000..8bfd74b0dfb
--- /dev/null
+++ b/share/man/man4/man4.armv7/sitaracm.4
@@ -0,0 +1,43 @@
+.\" $OpenBSD: sitaracm.4,v 1.1 2014/09/19 07:34:14 rapha 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 .