1.\" $OpenBSD: amlmmc.4,v 1.1 2019/09/03 21:02:51 kettenis Exp $ 2.\" 3.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: September 3 2019 $ 18.Dt AMLMMC 4 19.Os 20.Sh NAME 21.Nm amlmmc 22.Nd Amlogic MMC/SD/SDIO controller 23.Sh SYNOPSIS 24.Cd "amlmmc* at fdt?" 25.Cd "sdmmc* at amlmmc?" 26.Sh DESCRIPTION 27The 28.Nm 29driver provides support for various MMC/SD/SDIO controllers integrated 30on various Amlogic SoCs. 31.Pp 32The 33.Xr sdmmc 4 34subsystem performs SD/MMC transactions to communicate with whatever 35MMC/SD/SDIO devices are inserted into the card slot or directly 36connected to the controller. 37.Sh SEE ALSO 38.Xr intro 4 , 39.Xr sdmmc 4 40.Sh HISTORY 41.Ox 42support for 43.Nm 44first appeared in 45.Ox 6.6 . 46.Sh AUTHORS 47.An -nosplit 48The 49.Nm 50driver was written by 51.An Mark Kettenis Aq Mt kettenis@openbsd.org . 52