aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmcsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve support for multiple block read/write. This code is currentlyWarner Losh2008-09-301-38/+42
* Conform to style(9) for return (foo); The files were a mix before.Warner Losh2008-09-291-3/+3
* When a device is read only, fail all non-read BIO requests.Warner Losh2008-09-281-1/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* A careful reading of the disclaimer that is required to download theWarner Losh2007-05-261-0/+27
* First cut at making detach work. also add sdh as a possible mmc bridge.Warner Losh2007-05-151-4/+38
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butWarner Losh2006-10-201-0/+244