diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-01 01:41:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-01 01:41:53 +0000 |
commit | 4c354db00c4dc51a0ba256adf9fb348575227815 (patch) | |
tree | 66d47b8a6727f508fa129b3ebf559da8da78f1e6 /share/man/man4 | |
parent | 7d29c49c4d5f323c11cd9e11030c47a4721c00ef (diff) |
the sunxi platform abstraction was removed in 2016
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/sunxi.4 | 50 | ||||
-rw-r--r-- | share/man/man4/sximmc.4 | 7 |
3 files changed, 5 insertions, 56 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index aba370d7968..e66db4f8e36 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.23 2018/08/27 10:17:35 jsg Exp $ +# $OpenBSD: Makefile,v 1.24 2019/02/01 01:41:52 jsg 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 \ - sunxi.4 sxidog.4 sxie.4 sxiintc.4 \ + sxidog.4 sxie.4 sxiintc.4 \ sxitimer.4 sxits.4 sysreg.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/sunxi.4 b/share/man/man4/man4.armv7/sunxi.4 deleted file mode 100644 index b4b05adc87b..00000000000 --- a/share/man/man4/man4.armv7/sunxi.4 +++ /dev/null @@ -1,50 +0,0 @@ -.\" $OpenBSD: sunxi.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 SUNXI 4 armv7 -.Os -.Sh NAME -.Nm sunxi -.Nd Allwinner Technology A1X/A20 SoCs device bus -.Sh SYNOPSIS -.Cd "sunxi0 at mainbus?" -.Sh DESCRIPTION -The -.Nm -interface serves as an abstraction used by the autoconfiguration -system to help find and attach devices integrated in Allwinner Technology SoC -processors. -.Pp -.Nm -provides support for the following devices: -.Pp -.Bl -tag -width 12n -offset indent -compact -.It Xr sxiccmu 4 -A1X/A20 clock control module device -.It Xr sxipio 4 -A1X/A20 GPIO controller -.It Xr sxitimer 4 -A1X/A20 timer device -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr mainbus 4 -.Sh HISTORY -The -.Nm -driver first appeared in -.Ox 5.5 . diff --git a/share/man/man4/sximmc.4 b/share/man/man4/sximmc.4 index 4dd079baf07..6d42543e7ed 100644 --- a/share/man/man4/sximmc.4 +++ b/share/man/man4/sximmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sximmc.4,v 1.1 2018/03/31 03:22:34 jsg Exp $ +.\" $OpenBSD: sximmc.4,v 1.2 2019/02/01 01:41:52 jsg Exp $ .\" .\" Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,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: March 31 2018 $ +.Dd $Mdocdate: February 1 2019 $ .Dt SXIMMC 4 .Os .Sh NAME @@ -35,8 +35,7 @@ subsystem performs SD/MMC transactions to communicate with MMC, SD, SDHC, or SDIO devices inserted into the SD slot. .Sh SEE ALSO .Xr intro 4 , -.Xr sdmmc 4 , -.Xr sunxi 4 +.Xr sdmmc 4 .Sh HISTORY The .Nm |