summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdmmc_scsi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First and foremost, avoid an obious race between two or more processesuwe2006-07-181-13/+1
| | | | | | | | | | | | | | trying to get MMC commands through to the SD/MMC host controller via the emulated SCSI layer. This is achieved by ensuring exclusive access to the host controller for one process during any MMC command and during a sequence of commands at the sdmmc(4) layer. While at it, the command processing thread has been moved to sdmmc(4), so as to simplify the implementation of future host controller drivers. This should also pave the way for further cleanup of the code and for new drivers. Minor cleanups are included in this commit, as well.
* SDIO card identificationuwe2006-06-011-2/+2
|
* 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.