aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sdhci
Commit message (Collapse)AuthorAgeFilesLines
* Add dependency on opt_cam.h and opt_mmccam.hWarner Losh2017-07-101-1/+1
| | | | Notes: svn path=/head/; revision=320856
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-1/+1
| | | | | | | | | | | | | | sdchi encapsulates a generic SD Host Controller logic that relies on actual hardware driver for register access. sdhci_pci implements driver for PCI SDHC controllers using new SDHCI interface No kernel config modifications are required, but if you load sdhc as a module you must switch to sdhci_pci instead. Notes: svn path=/head/; revision=241600
* Import sdhci (PCI SD Host Controller) driver.Alexander Motin2008-10-211-0/+8
Driver supports PCI devices with class 8 and subclass 5 according to SD Host Controller Specification. Update NOTES, enable module and static build. Enable related mmc and mmcsd modules build. Discussed on: mobile@, current@ Notes: svn path=/head/; revision=184138