1# $NetBSD: files.sdmmc,v 1.6 2025/01/19 00:29:29 jmcneill Exp $ 2# $OpenBSD: files.sdmmc,v 1.2 2006/06/01 21:53:41 uwe Exp $ 3# 4# Config file and device description for machine-independent SD/MMC code. 5# Included by ports that need it. 6 7defflag opt_sdmmc.h SDMMC_DEBUG SDHC_DEBUG SDMMCCISDEBUG 8defflag opt_sdmmc.h LD_SDMMC_DEBUG 9 10device sdmmc {} 11attach sdmmc at sdmmcbus 12file dev/sdmmc/sdmmc.c sdmmc 13file dev/sdmmc/sdmmc_cis.c sdmmc 14file dev/sdmmc/sdmmc_io.c sdmmc 15file dev/sdmmc/sdmmc_mem.c sdmmc 16 17attach ld at sdmmc with ld_sdmmc 18file dev/sdmmc/ld_sdmmc.c ld_sdmmc 19 20# Bluetooth SDIO cards (Type-A/B) 21device sbt: btbus, bluetooth 22attach sbt at sdmmc 23file dev/sdmmc/sbt.c sbt 24 25# Broadcom FullMAC SDIO wireless adapter 26attach bwfm at sdmmc with bwfm_sdio 27file dev/sdmmc/if_bwfm_sdio.c bwfm_sdio 28 29# Broadcom SoftMAC SDIO wireless driver 30attach bwi at sdmmc with bwi_sdio 31file dev/sdmmc/if_bwi_sdio.c bwi_sdio 32