summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmcvar.h
AgeCommit message (Expand)Author
2012-07-12Replace integer constant SDMMC_MAXNSEGS with the formula said value wasjakllsch
2012-07-11Fix transposition typo in comment.jakllsch
2012-02-01Use "opt_sdmmc.h" for SDMMC_DEBUG, etc.matt
2011-05-18#include <sys/bus.h>, not <machine/bus.h>.dyoung
2011-02-13- Don't switch MMC high-speed timing, if host controller isn't supported.nonaka
2011-02-05Don't switch SD high-speed timing, if host controller isn't supported.nonaka
2010-10-07Support High-Speed mode.kiyohara
2010-10-01Use DMA bounce buffer, if DMA buffer is making by multiple segments. A lotkiyohara
2010-09-23Print bus width and clock for feature(High speed support).kiyohara
2010-09-22Back out previous change. "automagically" is NOT a typo.kiyohara
2010-09-21+ Add macro SMC_CAPS_8BIT_MODE for 8bit mode support.kiyohara
2010-04-06- mention MMC SPI mode.nonaka
2009-11-28Always sector size is treated as 512 bytes.nonaka
2009-04-21Added SD/MMC support from OpenBSD.nonaka