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
/
sdhc.c
Age
Commit message (
Expand
)
Author
2006-11-29
make interrupt handler stay quiet in case of shared interrupts
Uwe Stuehler
2006-11-29
oops, don't always enable debugging
Uwe Stuehler
2006-11-29
Show debug messages depending on current debug level, which may be
Uwe Stuehler
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
2006-07-30
o Change sdhc_soft_reset() to pass the bits we want to reset and wait
Federico G. Schwindt
2006-07-19
add some more debugging code.
Federico G. Schwindt
2006-07-18
First and foremost, avoid an obious race between two or more processes
Uwe Stuehler
2006-07-17
silently return if sdmmc is disabled/not in the kernel. uwe@ ok.
Federico G. Schwindt
2006-07-17
correct the way hosts are alloc'ed. fixes crashes on controllers with
Federico G. Schwindt
2006-07-10
print the frequency in mhz, really.
Federico G. Schwindt
2006-06-29
Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we know
Uwe Stuehler
2006-06-02
Implement power hook (without looking at the capabilities yet).
Uwe Stuehler
2006-06-01
fewer debug messages
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