mmc.4 (2202f7a11cc4b7bf39adb97d10ea6c2cbc72448f) mmc.4 (3722eb7143e43363fe3c9f8123bccfda48ce9a60)
1.\"
2.\" Copyright (c) 2007 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
1.\"
2.\" Copyright (c) 2007 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd October 8, 2008
27.Dd May 26, 2007
28.Dt MMC 4
29.Os
30.Sh NAME
31.Nm mmc
32.Nd MultiMediaCard and SD Card bus driver
33.Sh SYNOPSIS
34.Cd device mmc
35.Sh DESCRIPTION

--- 7 unchanged lines hidden (view full) ---

43.Nm .
44The
45.Nm
46bus typically has only one slot, and only memory cards.
47MultiMediaCards exist only in memory.
48SD Cards exist as memory, I/O, or combination cards.
49.Sh SEE ALSO
50.Xr mmcsd 4 ,
28.Dt MMC 4
29.Os
30.Sh NAME
31.Nm mmc
32.Nd MultiMediaCard and SD Card bus driver
33.Sh SYNOPSIS
34.Cd device mmc
35.Sh DESCRIPTION

--- 7 unchanged lines hidden (view full) ---

43.Nm .
44The
45.Nm
46bus typically has only one slot, and only memory cards.
47MultiMediaCards exist only in memory.
48SD Cards exist as memory, I/O, or combination cards.
49.Sh SEE ALSO
50.Xr mmcsd 4 ,
51.Xr at91_mci 4 ,
52.Xr sdhci 4
51.Xr at91_mci 4
53.Rs
54.%T "SD Specifications, Part 1, Physical Layer, Simplified Specification"
55.Re
56.Rs
57.%T "The MultiMediaCard System Specification"
58.Re
59.Sh BUGS
52.Rs
53.%T "SD Specifications, Part 1, Physical Layer, Simplified Specification"
54.Re
55.Rs
56.%T "The MultiMediaCard System Specification"
57.Re
58.Sh BUGS
59Memory MultMediaCards do not currently work.
60SDIO cards currently do not work.
60SDIO cards currently do not work.
61SDHC cards currently do not work.