freebsd-src/sys/cam/mmc
Warner Losh bd69852be1 mmc_sim: stop using cam_sim_alloc_dev
Use the vanilla flavor of cam_sim_alloc. Now that sdiob has been
converted to get the device_t from the cam_path, this data is no longer
necessary.

Reviewed by:		scottl@
Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D30856
2021-06-28 16:13:02 -06:00
..
mmc.h Fix setting RCA for MMC cards 2018-06-19 20:02:03 +00:00
mmc_all.h mmcam: Use a static length sbuf buffer 2020-08-04 20:02:23 +00:00
mmc_bus.h
mmc_da.c mmccam: Read the common members of CSD v1.0 and v2.0 2021-06-19 19:06:54 +02:00
mmc_sim.c mmc_sim: stop using cam_sim_alloc_dev 2021-06-28 16:13:02 -06:00
mmc_sim.h mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhci 2021-05-21 17:34:05 +02:00
mmc_sim_if.m mmccam: Add mmc_sim, a generic sim for mmc driver to use 2021-04-27 19:00:38 +02:00
mmc_xpt.c cam mmc: Assert that the xpt_bus_register registered a device_t 2021-06-28 15:59:04 -06:00