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