Page MenuHomeFreeBSD

Enable high-speed on the card before increasing frequency on the controller
ClosedPublic

Authored by kibab on May 25 2018, 9:46 AM.
Referenced Files
F154536333: D15568.id.diff
Tue, Apr 28, 8:53 PM
Unknown Object (File)
Mon, Apr 27, 9:58 PM
Unknown Object (File)
Mon, Apr 27, 3:40 PM
Unknown Object (File)
Thu, Apr 23, 1:36 PM
Unknown Object (File)
Tue, Apr 21, 8:56 AM
Unknown Object (File)
Wed, Apr 15, 2:08 AM
Unknown Object (File)
Mon, Apr 6, 5:07 AM
Unknown Object (File)
Fri, Apr 3, 10:53 AM
Subscribers
None

Details

Summary

Increasing operating frequency without telling card to switch to high-speed mode first upsets some cards and generates CRC errors.
While here, deselect / reselect cards after CMD6 and SCR fetch, as in original code.

Test Plan

This diff enables normal operation for the following card: <SDHC SL16G 8.0 SN 19853490 MFG 01/2017> with Raspberry Pi 3 host.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

other than the minor style nits, this looks good.

sys/cam/mmc/mmc_da.c
904 โ†—(On Diff #42975)

style says this { is alone on the next line.

905 โ†—(On Diff #42975)

and no blank line here.

This revision is now accepted and ready to land.Jun 4 2018, 8:27 PM
This revision was automatically updated to reflect the committed changes.