Page MenuHomeFreeBSD

Miscellaneous fixes and improvements to MMCCAM stack
ClosedPublic

Authored by kibab on Aug 23 2017, 7:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 10:48 PM
Unknown Object (File)
Thu, Apr 25, 9:54 PM
Unknown Object (File)
Thu, Apr 25, 9:53 PM
Unknown Object (File)
Thu, Apr 25, 6:47 AM
Unknown Object (File)
Apr 7 2024, 3:18 AM
Unknown Object (File)
Feb 27 2024, 1:49 PM
Unknown Object (File)
Nov 28 2023, 11:39 PM
Unknown Object (File)
Nov 10 2023, 10:36 AM
Subscribers
None

Details

Summary
  • Demote the level of several debug messages to CAM_DEBUG_TRACE;
  • Add detection for SDHC cards that can do 1.8V. No voltage switch sequence is issued yet;
  • Don't create a separate LUN for each SDIO function. We need just one to make pass(4) attach;
  • Remove obsolete mmc_sdio* files. SDIO functionality will be moved into the separate device that will manage a new sdio(4) bus;
  • Terminate probing if got no reply to CMD0;
  • Make bcm2835 SDHCI host controller driver compile with 'option MMCCAM'.
Test Plan

build kernel with MMCCAM option and without 'device mmc' and 'device mmcsd'

Diff Detail

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

Event Timeline

kibab retitled this revision from Miscellaneos fixes and improvements to MMCCAM stack: to Miscellaneous fixes and improvements to MMCCAM stack.
This revision is now accepted and ready to land.Sep 11 2017, 8:55 PM
This revision was automatically updated to reflect the committed changes.