mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
sdchi encapsulates a generic SD Host Controller logic that relies on actual hardware driver for register access. sdhci_pci implements driver for PCI SDHC controllers using new SDHCI interface No kernel config modifications are required, but if you load sdhc as a module you must switch to sdhci_pci instead.
8 lines
166 B
Makefile
8 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sdhci
|
|
|
|
KMOD= sdhci_pci
|
|
SRCS= sdhci_pci.c sdhci.h sdhci_if.h device_if.h bus_if.h pci_if.h mmcbr_if.h
|
|
|
|
.include <bsd.kmod.mk>
|