HomeFreeBSD

mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci

Description

mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci

For the discovery phase of SD/eMMC we need to do some transaction in a async
way.
The classic CAM XPT_{GET,SET}_TRAN_SETTING cannot be used in a async way.
This also allow us to split the discovery phase into a more complete state
machine and we don't mtx_sleep with a random number to wait for completion
of the tasks.
For mmc_sim we now do the SET_TRAN_SETTING in a taskqueue so we can call
the needed function for regulators/clocks without the cam lock(s). This part is
still needed to be done for sdhci.
We also now save the host OCR in the discovery phase as it wasn't done before and
only worked because the same ccb was reused.

Reviewed by: imp, kibab, bz
Differential Revision: https://reviews.freebsd.org/D30038

Details

Provenance
manuAuthored on Apr 29 2021, 3:48 PM
Reviewer
imp
Differential Revision
D30038: mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci
Parents
rG788401188f95: scsi(4): fix "NMVe" typo
Branches
Unknown
Tags
Unknown