sximmc(4)
authorkettenis <kettenis@openbsd.org>
Sat, 20 Aug 2016 19:53:31 +0000 (19:53 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 20 Aug 2016 19:53:31 +0000 (19:53 +0000)
share/man/man4/man4.armv7/Makefile
share/man/man4/man4.armv7/sximmc.4 [new file with mode: 0644]

index 56ff900..93a4f32 100644 (file)
@@ -1,11 +1,12 @@
-#      $OpenBSD: Makefile,v 1.10 2016/08/14 19:15:22 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.11 2016/08/20 19:53:31 kettenis Exp $
 
 MAN=   cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
        imx.4 imxesdhc.4 imxiic.4 imxtemp.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 sxiintc.4 sxipio.4 sxitimer.4 \
+       sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \
+       sximmc.4 sxipio.4 sxitimer.4 \
        sysreg.4 vexpress.4
 
 MANSUBDIR=armv7
diff --git a/share/man/man4/man4.armv7/sximmc.4 b/share/man/man4/man4.armv7/sximmc.4
new file mode 100644 (file)
index 0000000..d7f2d43
--- /dev/null
@@ -0,0 +1,56 @@
+.\"    $OpenBSD: sximmc.4,v 1.1 2016/08/20 19:53:31 kettenis Exp $
+.\"
+.\" Copyright (c) 2016 Mark Kettenis <kettenis@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 20 2016 $
+.Dt SXIMMC 4
+.Os
+.Sh NAME
+.Nm sximmc
+.Nd SD/MMC controller
+.Sh SYNOPSIS
+.Cd "sximmc* at fdt?"
+.Cd "sdmmc* at sximmc?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the MMC/SD/SDIO controller integrated on
+Allwinner A1X/A20 SoCs.
+.Pp
+The
+.Xr sdmmc 4
+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
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.1 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Jared D. McNeill
+for
+.Nx
+and ported to
+.Ox
+by
+.An Mark Kettenis Mt kettenis@openbsd.org .