summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdmmc_cis.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* According to the SDIO Simplified Specification 3.0, a tuple lengthpatrick2020-04-291-7/+1
* Implement reading of the CIS for functions 1-7. Don't write a bogus bus widthkettenis2016-04-231-27/+20
* Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onkettenis2016-01-111-7/+10
* lockmgr -> rwlock conversionblambert2010-08-241-3/+3
* - fold several occurences of DEVNAME() into one located in sdmmcvar.h.jasper2010-08-191-11/+11
* fixup of locking issues with sdmmc, which were causingjasper2009-11-111-1/+7
* Add missing <sys/device.h>.kettenis2009-10-031-1/+2
* SDIO card identificationuwe2006-06-011-0/+194