]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r340495
authorMarius Strobl <marius@FreeBSD.org>
Wed, 21 Nov 2018 18:53:13 +0000 (18:53 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Wed, 21 Nov 2018 18:53:13 +0000 (18:53 +0000)
commitcae34b4173b51ee36be4dc54b8b8511968674ee3
treea613ba330533c537912291ee6e7cd9099c030361
parent03d352a00c987c4ef357d13912d5fdc69a35563a
MFC: r340495

- Restore setting the clock for devices which support the default/legacy
  transfer mode only (lost with r321385). [1]
- Similarly, don't try to set the power class on MMC devices that comply
  to version 4.0 of the system specification but are operated in default/
  legacy transfer or 1-bit bus mode as no power class is specified for
  these cases. Trying to set a power class nevertheless resulted in an -
  albeit harmless - error message.

PR: 231713 [1]
sys/dev/mmc/mmc.c