xref: /netbsd/sys/dev/sdmmc/files.sdmmc (revision 6550d01e)
1#      $NetBSD: files.sdmmc,v 1.2 2009/06/28 11:17:39 hubertf 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
7device sdmmc {}
8attach sdmmc at sdmmcbus
9file	dev/sdmmc/sdmmc.c		sdmmc
10file	dev/sdmmc/sdmmc_cis.c		sdmmc
11file	dev/sdmmc/sdmmc_io.c		sdmmc
12file	dev/sdmmc/sdmmc_mem.c		sdmmc
13
14attach ld at sdmmc with ld_sdmmc
15file	dev/sdmmc/ld_sdmmc.c		ld_sdmmc
16
17# Bluetooth SDIO cards (Type-A/B)
18device sbt: btbus, bluetooth
19attach sbt at sdmmc
20file	dev/sdmmc/sbt.c			sbt
21