NetBSD/sys/dev/sdmmc
jakllsch a08584ffdd SDHC_VOLTAGE_SUPP_1_8V is only valid in the presence of SDHC_EMBEDDED_SLOT.
Fixes probing of full-size 1GB Toshiba card made in 2008 that fails to
respond with a 1.8V supply.  (JMB389 (in TS-RDF1) host claims
SDHC_VOLTAGE_SUPP_1_8V but does not claim SDHC_EMBEDDED_SLOT.)
2012-12-24 06:09:50 +00:00
..
devlist2h.awk
files.sdmmc Use "opt_sdmmc.h" for SDMMC_DEBUG, etc. 2012-02-01 22:34:42 +00:00
ld_sdmmc.c Display the whole CID register upon attach as "<MID:OID:PNM:PRV:PSN:MDT>" 2012-12-14 23:53:56 +00:00
Makefile.sdmmcdevs
sbt.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
sdhc.c SDHC_VOLTAGE_SUPP_1_8V is only valid in the presence of SDHC_EMBEDDED_SLOT. 2012-12-24 06:09:50 +00:00
sdhcreg.h Add a few more register bits from SDHCI 3.0. 2012-12-24 05:43:34 +00:00
sdhcvar.h Change sdhc_detach so that it detaches all host controllers at once. 2012-12-20 14:37:00 +00:00
sdmmc_cis.c Use "opt_sdmmc.h" for SDMMC_DEBUG, etc. 2012-02-01 22:34:42 +00:00
sdmmc_io.c Use "opt_sdmmc.h" for SDMMC_DEBUG, etc. 2012-02-01 22:34:42 +00:00
sdmmc_ioreg.h Fix read CIS. And pass to attach args the standard function interface code. 2010-10-07 12:40:34 +00:00
sdmmc_mem.c fix off-by-one in switch function argument validation. 2012-12-20 03:51:04 +00:00
sdmmc.c We can't block our interrupt while sdmmc_detach_card is called, as 2012-12-22 21:24:49 +00:00
sdmmcchip.h #include <sys/bus.h>, not <machine/bus.h>. 2011-05-18 01:02:43 +00:00
sdmmcdevs
sdmmcdevs.h
sdmmcreg.h Correctly read the 512-bit-wide big-endian Switch Function Status register. 2012-12-15 00:03:00 +00:00
sdmmcvar.h Replace integer constant SDMMC_MAXNSEGS with the formula said value was 2012-07-12 15:59:32 +00:00