Home
last modified time | relevance | path

Searched hist:ef546520da8132eb7a66602ca001032cfab0eaee (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/allwinner/
H A Daw_mmc.cdiff ef546520da8132eb7a66602ca001032cfab0eaee Wed Oct 30 21:43:27 CET 2019 Ilya Bakulin <kibab@FreeBSD.org> Use the new cam_sim_alloc_dev function to properly initialize SIM

Using cam_sim_alloc_dev() allows to properly set sim_dev field so that
sdiob(4) can attach to the CAM device that represents SDIO card.
The same change for SDHCI driver happened in r348800.

Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D22192