summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r318282marius2017-05-181-0/+3
* MFC: r315598marius2017-05-181-8/+27
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-61/+64
* MFC: r310309, r310340-310341, r311664, r311793-r311794marius2017-01-181-10/+23
* Make sdhci(4) work after suspend/resume for chipsets that requiretrasz2016-05-111-2/+7
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()jhibbits2016-02-271-2/+2
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Add support for the BCM57765 card reader.adrian2015-10-151-0/+4
* - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device IDmarius2014-12-311-7/+43
* class, subclass and progif were never used, so don't bother settingimp2014-10-131-4/+0
* - Nuke unused sdhci_softc.marius2014-08-311-24/+25
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-161-0/+440
OpenPOWER on IntegriCloud