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