1b99d52f26
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
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mmcnull
|
|
|
|
KMOD= mmcnull
|
|
SRCS= mmcnull.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|