summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdhcvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Ricoh 5U823 SD/MMC controller found on the x220.kettenis2011-07-311-2/+2
| | | | ok deraadt@, phessler@
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
| | | | | traversal code to suspend/resume ok oga kettenis blambert
* Improve sdhc_activate, and make sdhc_powerhook a simple wrapper aroundderaadt2010-08-271-2/+3
| | | | | it for now ok kettenis
* Don't try disabling bus power before setting the voltage onjsg2007-09-061-1/+5
| | | | | | | | the buggy ENE controller. Tested by Alexey Suslikov <alexey.suslikov@gmail.com> who pointed out a similiar workaround in Linux. ok miod@, nit and ok kettenis@
* correct the way hosts are alloc'ed. fixes crashes on controllers withfgsch2006-07-171-2/+2
| | | | multiple slots. tested by me and ian@. uwe@ ok.
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-0/+39
generic bus layer, and SCSI emulation for SD/MMC memory cards.