]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r276469
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Feb 2015 21:44:28 +0000 (21:44 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Feb 2015 21:44:28 +0000 (21:44 +0000)
commit8fcf891297a3728a567a169807c798f382dcd254
tree32bfd0bb98fc3dc870204182b0c3c7866a342fb5
parentc792ed824d3c969be214eae26a66a385d0b5c73f
MFC: r276469

- Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device ID
  to change to 0xe822, which may be persistent across reboots and, thus,
  confuse other OSes. Therefore, restore the original mode and frequency
  setting on detach and shutdown.
- Report Ricoh R5CE822 as such.
- According to Linux, Ricoh R5CE822 also need SDHCI_QUIRK_LOWER_FREQUENCY.
- Nuke an unused softc member.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278535 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sdhci/sdhci_pci.c