d6735baf16
the OpenBSD bwfm(4) driver. I could not test this on any hardware yet, as it does not attach as-is on my Raspberry PI 3.
28 lines
812 B
Plaintext
28 lines
812 B
Plaintext
# $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
|