blob: 6de6ad2971242fb30d4d18760feaf32aa53a7596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: files.sdmmc,v 1.3 2012/02/01 22:34:42 matt Exp $
# $OpenBSD: files.sdmmc,v 1.2 2006/06/01 21:53:41 uwe Exp $
#
# Config file and device description for machine-independent SD/MMC code.
# Included by ports that need it.
defflag opt_sdmmc.h SDMMC_DEBUG SDHC_DEBUG SDMMCCISDEBUG
device sdmmc {}
attach sdmmc at sdmmcbus
file dev/sdmmc/sdmmc.c sdmmc
file dev/sdmmc/sdmmc_cis.c sdmmc
file dev/sdmmc/sdmmc_io.c sdmmc
file dev/sdmmc/sdmmc_mem.c sdmmc
attach ld at sdmmc with ld_sdmmc
file dev/sdmmc/ld_sdmmc.c ld_sdmmc
# Bluetooth SDIO cards (Type-A/B)
device sbt: btbus, bluetooth
attach sbt at sdmmc
file dev/sdmmc/sbt.c sbt
|