xref: /netbsd-src/share/man/man4/sdmmc.4 (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1.\"	$NetBSD: sdmmc.4,v 1.6 2014/03/19 17:48:27 wiz Exp $
2.\"	$OpenBSD: sdmmc.4,v 1.8 2009/03/25 19:33:06 mk Exp $
3.\"
4.\" Theo de Raadt, 2006. Public Domain.
5.\"
6.Dd March 19, 2014
7.Dt SDMMC 4
8.Os
9.Sh NAME
10.Nm sdmmc
11.Nd SD bus
12.Sh SYNOPSIS
13.Cd "# pxa2x0 specific"
14.Cd "sdmmc* at pxamci?"
15.Cd "# all architectures"
16.Cd "sdmmc* at rtsx?"
17.Cd "sdmmc* at sdhc?"
18.Cd "sdmmc* at wb?"
19.Cd "ld* at sdmmc?"
20.Sh DESCRIPTION
21The
22.Nm
23subsystem provides machine-independent bus support and drivers for
24SD/MMC devices.
25.Pp
26Standard SD/SDHC memory devices will show up as a logical disk, using
27.Xr ld 4 .
28.Sh SEE ALSO
29.Xr intro 4 ,
30.Xr ld 4 ,
31.Xr rtsx 4 ,
32.Xr sbt 4 ,
33.Xr sdhc 4 ,
34.Xr wb 4
35.Sh HISTORY
36The
37.Nm
38driver first appeared in
39.Nx 6.0 .
40.Sh AUTHORS
41.An -nosplit
42The
43.Nm
44driver was written by
45.An Uwe Stuehler
46.Aq uwe@openbsd.org
47for
48.Ox
49and ported to
50.Nx
51by
52.An NONAKA Kimihiro
53.Aq nonaka@netbsd.org
54and
55.An KIYOHARA Takashi
56.Aq kiyohara@kk.iij4u.or.jp .
57