index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdmmc_io.c
Age
Commit message (
Expand
)
Author
2010-08-24
lockmgr -> rwlock conversion
Bret Lambert
2010-08-19
- fold several occurences of DEVNAME() into one located in sdmmcvar.h.
Jasper Lievisse Adriaanse
2009-11-11
fixup of locking issues with sdmmc, which were causing
Jasper Lievisse Adriaanse
2009-10-03
Add missing <sys/device.h>.
Mark Kettenis
2009-07-15
In sdmmc_intr_establish(), don't duplicate the `name' parameter.
Michael Knudsen
2009-06-29
In sdmmc_intr_establish(), copy the entire name parameter instead of
Michael Knudsen
2009-04-07
Remove recursion from the sdmmc locking regime.
Bret Lambert
2008-12-02
backout: would have been nice if this had been tested, to see that it
Theo de Raadt
2008-11-24
Rework sdmmc locking to remove recursion
Bret Lambert
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-06-02
split up large CMD53 reads and writes
Uwe Stuehler
2007-05-31
Add SDIO card interrupt handling code
Uwe Stuehler
2007-05-26
Wait until an I/O function becomes ready after enabling it, and make
Uwe Stuehler
2006-07-18
First and foremost, avoid an obious race between two or more processes
Uwe Stuehler
2006-06-19
Appease the printf gods here too
Miod Vallat
2006-06-03
- only call config_found for function number > 0
Uwe Stuehler
2006-06-01
SDIO card identification
Uwe Stuehler
2006-05-28
don't #undef SDMMC_DEBUG
Uwe Stuehler
2006-05-28
Support for standard SD host controllers like the Ricoh 5C822, a small
Uwe Stuehler