diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-03 21:02:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-03 21:02:52 +0000 |
commit | ca50c75a5176c9e81389ec32ab1bc5dc9582d486 (patch) | |
tree | a19506feaf829edcee3d5ceb2149c545df57f005 /share | |
parent | f9d2c908253de58fc18eaa80cd8bb0fc33badd56 (diff) |
amlmmc(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/amlmmc.4 | 51 |
2 files changed, 53 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d2b966af636..eaa18fb8967 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.726 2019/08/29 17:40:57 kettenis Exp $ +# $OpenBSD: Makefile,v 1.727 2019/09/03 21:02:51 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -11,7 +11,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ aggr.4 agp.4 \ ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 \ - amlclock.4 amldwusb.4 amlpciephy.4 amlpinctrl.4 amlreset.4 \ + amlclock.4 amldwusb.4 amlmmc.4 amlpciephy.4 amlpinctrl.4 amlreset.4 \ amlrng.4 amluart.4 amlusbphy.4 \ amphy.4 ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ diff --git a/share/man/man4/amlmmc.4 b/share/man/man4/amlmmc.4 new file mode 100644 index 00000000000..32a9158294a --- /dev/null +++ b/share/man/man4/amlmmc.4 @@ -0,0 +1,51 @@ +.\" $OpenBSD: amlmmc.4,v 1.1 2019/09/03 21:02:51 kettenis Exp $ +.\" +.\" Copyright (c) 2019 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: September 3 2019 $ +.Dt AMLMMC 4 +.Os +.Sh NAME +.Nm amlmmc +.Nd Amlogic MMC/SD/SDIO controller +.Sh SYNOPSIS +.Cd "amlmmc* at fdt?" +.Cd "sdmmc* at amlmmc?" +.Sh DESCRIPTION +The +.Nm +driver provides support for various MMC/SD/SDIO controllers integrated +on various Amlogic SoCs. +.Pp +The +.Xr sdmmc 4 +subsystem performs SD/MMC transactions to communicate with whatever +MMC/SD/SDIO devices are inserted into the card slot or directly +connected to the controller. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sdmmc 4 +.Sh HISTORY +.Ox +support for +.Nm +first appeared in +.Ox 6.6 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |