1# $NetBSD: files.sdmmc,v 1.3 2012/02/01 22:34:42 matt 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 8 9device sdmmc {} 10attach sdmmc at sdmmcbus 11file dev/sdmmc/sdmmc.c sdmmc 12file dev/sdmmc/sdmmc_cis.c sdmmc 13file dev/sdmmc/sdmmc_io.c sdmmc 14file dev/sdmmc/sdmmc_mem.c sdmmc 15 16attach ld at sdmmc with ld_sdmmc 17file dev/sdmmc/ld_sdmmc.c ld_sdmmc 18 19# Bluetooth SDIO cards (Type-A/B) 20device sbt: btbus, bluetooth 21attach sbt at sdmmc 22file dev/sdmmc/sbt.c sbt 23