]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix some typos in mmc_acquire_bus() and mmc_send_csd().
authorMarius Strobl <marius@FreeBSD.org>
Sun, 27 May 2012 16:08:58 +0000 (16:08 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Sun, 27 May 2012 16:08:58 +0000 (16:08 +0000)
commit0554fd516f0d9b4b7530a0daa652c0a5ab9a9895
treed1aed1023244c1d9d815017aaa473f9e0c02ec6e
parent2182d447143652b2202bef5dee43922684493eef
- Fix some typos in mmc_acquire_bus() and mmc_send_csd().
- Fix some math errors in mmc_decode_csd_sd().
- Fix incorrect arguments to mmc_send_app_op_cond() in mmc_go_discovery().
- Add reporting of CSD for debug purposes.
- Add detection (and skipping) of password-locked cards.
- Add setting of block length on card if necessary.

Submitted by: Patrick Kelsey
MFC after: 3 days
sys/dev/mmc/mmc.c