diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 01:40:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 01:40:44 +0000 |
commit | cd9537e721df0aab4b5b5e28a65c385f6f2a024d (patch) | |
tree | 32a25430b9419c6c391e347dddab9555e36321ff /share/man/man4/man4.armv7 | |
parent | e12b64d139a99799764551aa7cbf09f5319c796a (diff) |
Remove the vexpress platform abstraction and board id. All the devices
that attached to vexpress have been converted to fdt so this is no
longer required.
Diffstat (limited to 'share/man/man4/man4.armv7')
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/vexpress.4 | 49 |
2 files changed, 2 insertions, 51 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 2cb8a333f27..cb2de245577 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2016/10/07 20:24:52 kettenis Exp $ +# $OpenBSD: Makefile,v 1.16 2016/10/09 01:40:42 jsg Exp $ MAN= agtimer.4 ampintc.4 amptimer.4 armliicc.4 \ cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \ @@ -8,7 +8,7 @@ MAN= agtimer.4 ampintc.4 amptimer.4 armliicc.4 \ plrtc.4 pluart.4 prcm.4 sitaracm.4 \ sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \ sximmc.4 sxipio.4 sxitimer.4 \ - sysreg.4 vexpress.4 + sysreg.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/vexpress.4 b/share/man/man4/man4.armv7/vexpress.4 deleted file mode 100644 index 85ad6cc577c..00000000000 --- a/share/man/man4/man4.armv7/vexpress.4 +++ /dev/null @@ -1,49 +0,0 @@ -.\" $OpenBSD: vexpress.4,v 1.4 2016/08/06 00:54:02 jsg Exp $ -.\" -.\" Copyright (c) 2014 Sylvestre Gallon <syl@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 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 sysreg 4 -ARM Motherboard Express microATX system registers -.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 . |