2012-02-02 02:34:42 +04:00
|
|
|
# $NetBSD: files.sdmmc,v 1.3 2012/02/01 22:34:42 matt Exp $
|
2009-04-21 07:00:29 +04:00
|
|
|
# $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.
|
|
|
|
|
2012-02-02 02:34:42 +04:00
|
|
|
defflag opt_sdmmc.h SDMMC_DEBUG SDHC_DEBUG SDMMCCISDEBUG
|
|
|
|
|
2009-04-21 07:00:29 +04:00
|
|
|
device sdmmc {}
|
2009-06-28 15:17:39 +04:00
|
|
|
attach sdmmc at sdmmcbus
|
2009-04-21 07:00:29 +04:00
|
|
|
file dev/sdmmc/sdmmc.c sdmmc
|
|
|
|
file dev/sdmmc/sdmmc_cis.c sdmmc
|
|
|
|
file dev/sdmmc/sdmmc_io.c sdmmc
|
2009-06-28 15:17:39 +04:00
|
|
|
file dev/sdmmc/sdmmc_mem.c sdmmc
|
2009-04-21 07:00:29 +04:00
|
|
|
|
|
|
|
attach ld at sdmmc with ld_sdmmc
|
|
|
|
file dev/sdmmc/ld_sdmmc.c ld_sdmmc
|
|
|
|
|
|
|
|
# Bluetooth SDIO cards (Type-A/B)
|
2009-06-28 15:17:39 +04:00
|
|
|
device sbt: btbus, bluetooth
|
|
|
|
attach sbt at sdmmc
|
2009-04-21 07:00:29 +04:00
|
|
|
file dev/sdmmc/sbt.c sbt
|