aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmcvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - If available, use TRIM instead of ERASE for implementing BIO_DELETE.Marius Strobl2017-08-071-0/+4
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-2/+2
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-1/+1
* Export an mmc or sd card's serial number from the mmc layer as an ivar.Ian Lepore2014-07-311-2/+4
* o Fixes:Marius Strobl2012-04-211-1/+2
* Fix read_ivar implementation for MMC and SD.Jayachandran C.2011-05-301-1/+1
* Allow card reader bridge driver to report maximum supported transfer size.Alexander Motin2008-10-291-0/+2
* Implement BIO_DELETE command with MMC and SD erase commands.Alexander Motin2008-10-181-0/+2
* Give mmcsd driver a bit more information about card. It allows to reorganizeAlexander Motin2008-10-111-0/+6
* Set of mmc layer improvements:Alexander Motin2008-10-081-0/+2
* Define and use MMC_SECTOR_SIZE.Warner Losh2008-10-021-1/+1
* Propigate read-only status of cards. Right now it is read only atWarner Losh2008-09-281-0/+2
* A careful reading of the disclaimer that is required to download theWarner Losh2007-05-261-0/+27
* Don't need mmc_mode ivarWarner Losh2007-05-151-2/+0
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butWarner Losh2006-10-201-0/+54