From ff0f034f7f7290a7d844995da9be8d16ef43b28a Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 14 Jun 2015 13:53:49 +0000 Subject: [PATCH] add some initial vexpress man pages --- share/man/man4/man4.armv7/Makefile | 7 ++-- share/man/man4/man4.armv7/plrtc.4 | 39 ++++++++++++++++++++ share/man/man4/man4.armv7/pluart.4 | 40 ++++++++++++++++++++ share/man/man4/man4.armv7/sysreg.4 | 38 +++++++++++++++++++ share/man/man4/man4.armv7/vexpress.4 | 55 ++++++++++++++++++++++++++++ 5 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 share/man/man4/man4.armv7/plrtc.4 create mode 100644 share/man/man4/man4.armv7/pluart.4 create mode 100644 share/man/man4/man4.armv7/sysreg.4 create mode 100644 share/man/man4/man4.armv7/vexpress.4 diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index add3e22d369..afaaa7afea7 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2014/09/22 14:02:38 rapha Exp $ +# $OpenBSD: Makefile,v 1.7 2015/06/14 13:53:49 jsg Exp $ MAN= a1xintc.4 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 sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxipio.4 sxitimer.4 + imxiic.4 intc.4 intro.4 omap.4 omdog.4 omgpio.4 ommmc.4 \ + plrtc.4 pluart.4 prcm.4 sitaracm.4 sunxi.4 sxiccmu.4 sxidog.4 sxie.4 \ + sxipio.4 sxitimer.4 sysreg.4 vexpress.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/plrtc.4 b/share/man/man4/man4.armv7/plrtc.4 new file mode 100644 index 00000000000..1f8e00da327 --- /dev/null +++ b/share/man/man4/man4.armv7/plrtc.4 @@ -0,0 +1,39 @@ +.\" $OpenBSD: plrtc.4,v 1.1 2015/06/14 13:53:49 jsg Exp $ +.\" +.\" Copyright (c) 2015 Jonathan Gray +.\" +.\" 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: June 14 2015 $ +.Dt PLRTC 4 armv7 +.Os +.Sh NAME +.Nm plrtc +.Nd ARM PrimeCell PL031 Real-time clock +.Sh SYNOPSIS +.Cd "plrtc* at vexpress?" +.Sh DESCRIPTION +The +.Nm +driver supports the ARM PrimeCell PL031 real-time clock. +.Sh SEE ALSO +.Xr vexpress 4 +.Rs +.%T ARM PrimeCell Real Time Clock (PL031) Technical Reference Manual +.%V ARM DDI 0224 +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . diff --git a/share/man/man4/man4.armv7/pluart.4 b/share/man/man4/man4.armv7/pluart.4 new file mode 100644 index 00000000000..d7aae70792f --- /dev/null +++ b/share/man/man4/man4.armv7/pluart.4 @@ -0,0 +1,40 @@ +.\" $OpenBSD: pluart.4,v 1.1 2015/06/14 13:53:49 jsg Exp $ +.\" +.\" Copyright (c) 2015 Jonathan Gray +.\" +.\" 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: June 14 2015 $ +.Dt PLUART 4 armv7 +.Os +.Sh NAME +.Nm pluart +.Nd ARM PrimeCell PL011 UART +.Sh SYNOPSIS +.Cd "pluart* at vexpress?" +.Sh DESCRIPTION +The +.Nm +driver supports the ARM PrimeCell PL011 UART. +.Sh SEE ALSO +.Xr tty 4 , +.Xr vexpress 4 +.Rs +.%T ARM PrimeCell UART (PL011) Technical Reference Manual +.%V ARM DDI 0183 +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . diff --git a/share/man/man4/man4.armv7/sysreg.4 b/share/man/man4/man4.armv7/sysreg.4 new file mode 100644 index 00000000000..b165b9fc599 --- /dev/null +++ b/share/man/man4/man4.armv7/sysreg.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: sysreg.4,v 1.1 2015/06/14 13:53:49 jsg Exp $ +.\" +.\" Copyright (c) 2015 Jonathan Gray +.\" +.\" 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: June 14 2015 $ +.Dt SYSREG 4 armv7 +.Os +.Sh NAME +.Nm sysreg +.Nd ARM Motherboard Express microATX system registers +.Sh SYNOPSIS +.Cd "sysreg* at vexpress?" +.Sh DESCRIPTION +The +.Nm +driver supports the ARM Motherboard Express microATX system registers. +.Sh SEE ALSO +.Xr vexpress 4 +.Rs +.%T ARM Motherboard Express microATX Technical Reference Manual +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . diff --git a/share/man/man4/man4.armv7/vexpress.4 b/share/man/man4/man4.armv7/vexpress.4 new file mode 100644 index 00000000000..8290751c7fd --- /dev/null +++ b/share/man/man4/man4.armv7/vexpress.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: vexpress.4,v 1.1 2015/06/14 13:53:49 jsg Exp $ +.\" +.\" Copyright (c) 2014 Sylvestre Gallon +.\" +.\" 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: June 14 2015 $ +.Dt VEXPRESS 4 armv7 +.Os +.Sh NAME +.Nm vexpress +.Nd ARM Versatile Express device bus +.Sh SYNOPSIS +.Cd "vexpress0 at mainbus?" +.Sh DESCRIPTION +The +.Nm +interface serves as an abstraction used by the autoconfiguration +system to help find and attach devices integrated on the +ARM Versatile Express development boards. +.Pp +.Nm +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr plrtc 4 +ARM PrimeCell PL031 Real-time clock +.It Xr pluart 4 +ARM PrimeCell PL011 UART +.It Xr sysreg 4 +ARM Motherboard Express microATX system registers +.It Xr virtio 4 +VirtIO support +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr mainbus 4 +.Rs +.%T ARM Motherboard Express microATX Technical Reference Manual +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . -- 2.20.1