blob: 3b02d5e18a0d00b4a958ecea27a0349f045bb824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: files.sdmmc,v 1.5 2017/11/07 16:30:32 khorben 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
defflag opt_sdmmc.h LD_SDMMC_DEBUG
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
# Broadcom FullMAC SDIO wireless adapter
attach bwfm at sdmmc with bwfm_sdio
file dev/sdmmc/if_bwfm_sdio.c bwfm_sdio
|