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
/
pci
/
sdhc_pci.c
Age
Commit message (
Expand
)
Author
2014-09-30
Fix another Ricoh SD controller which needs to be put into slow mode to work.
Stefan Sperling
2014-09-26
new ricoh controllers must also be pushed into "old slow mode" at resume
Theo de Raadt
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2013-01-04
Attach rtsx(4) only to devices using the 'undefined' PCI class, and do
Stefan Sperling
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2011-12-23
Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itself
Mark Kettenis
2011-07-31
Add support for the Ricoh 5U823 SD/MMC controller found on the x220.
Mark Kettenis
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-27
Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around
Theo de Raadt
2010-07-01
suspend/resume to the same level as apm machines. note: that is kind
Theo de Raadt
2007-10-30
MALLOC/FREE -> malloc/free
Charles Longeau
2007-09-06
Don't try disabling bus power before setting the voltage on
Jonathan Gray
2006-07-19
usually works better when you check for the right device id. tsk tsk.
Federico G. Schwindt
2006-07-18
On some TI controllers, disable the SD/MMC bit on the flash media so
Federico G. Schwindt
2006-07-17
correct the way hosts are alloc'ed. fixes crashes on controllers with
Federico G. Schwindt
2006-06-29
Read the "slot info" PCI configuration register to find out how many
Uwe Stuehler
2006-05-28
Support for standard SD host controllers like the Ricoh 5C822, a small
Uwe Stuehler