mirror of
https://github.com/opnsense/src.git
synced 2026-05-20 08:56:47 -04:00
sddadump has been derived from sddastart.
mmc_sim interface has grown a new method, cam_poll, to support polled
operation.
mmc_sim code has been changed to provide a sim_poll hook only if the
controller implements the new method. The hooks is implemented in terms
of the new mmc_sim_cam_poll method.
Additionally, in-progress CCB-s now have CAM_REQ_INPROG status to
satisfy xpt_pollwait().
mmc_sim_cam_poll method has been implemented in dwmmc host controller.
Relnotes: perhaps
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| dwmmc.c | ||
| dwmmc_altera.c | ||
| dwmmc_hisi.c | ||
| dwmmc_reg.h | ||
| dwmmc_rockchip.c | ||
| dwmmc_samsung.c | ||
| dwmmc_var.h | ||