summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/sdhc_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some Intel SD/MMC controllers do not like the voltage beingpatrick2019-11-201-1/+8
* Implement DMA support. Bits and pieces taken from NetBSD, but we onlykettenis2016-04-301-1/+2
* Fix inverted condition in previous.kettenis2015-11-241-2/+2
* Make this work with 64-bit memory BARs such as those found on the newkettenis2015-11-211-13/+12
* Fix another Ricoh SD controller which needs to be put into slow mode to work.stsp2014-09-301-3/+5
* new ricoh controllers must also be pushed into "old slow mode" at resumederaadt2014-09-261-20/+59
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-3/+3
* Attach rtsx(4) only to devices using the 'undefined' PCI class, and dostsp2013-01-041-1/+12
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-6/+1
* Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itselfkettenis2011-12-231-8/+37
* Add support for the Ricoh 5U823 SD/MMC controller found on the x220.kettenis2011-07-311-3/+16
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-3/+2
* Improve sdhc_activate, and make sdhc_powerhook a simple wrapper aroundderaadt2010-08-271-18/+3
* suspend/resume to the same level as apm machines. note: that is kindderaadt2010-07-011-2/+18
* MALLOC/FREE -> malloc/freechl2007-10-301-3/+3
* Don't try disabling bus power before setting the voltage onjsg2007-09-061-1/+6
* usually works better when you check for the right device id. tsk tsk.fgsch2006-07-191-2/+2
* On some TI controllers, disable the SD/MMC bit on the flash media sofgsch2006-07-181-1/+34
* correct the way hosts are alloc'ed. fixes crashes on controllers withfgsch2006-07-171-3/+10
* Read the "slot info" PCI configuration register to find out how manyuwe2006-06-291-4/+21
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-0/+108