]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Added mmcnull, an emulated lightweight MMC controller
authorWarner Losh <imp@FreeBSD.org>
Sun, 9 Jul 2017 17:02:47 +0000 (17:02 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 9 Jul 2017 17:02:47 +0000 (17:02 +0000)
commit1b99d52f261bfacfb9bb149d33ed6444364ac219
tree9aeb34da2be282fdb1aedd83104f5d1b7e9fa0c9
parenta94a63f0a6bc1ec25bf0d162e1dd9a53e020d176
Added mmcnull, an emulated lightweight MMC controller

This emulated device attaches to the ISA bus and registers itself as
HBA supporting MMC/SD cards. This allows to develop and test MMC XPT
and MMC / SDIO peripheral drivers even in the VM such as bhyve.

Submitted by: Ilya Babulin
sys/dev/mmcnull/mmcnull.c [new file with mode: 0644]
sys/modules/mmcnull/Makefile [new file with mode: 0644]