Re: sdmmc resume (newer Ricoh sdhc chipsets)

2014-09-26 Thread Theo de Raadt
Oops, only do the ricoh fixup on the specific ricoh chips. Index: sdhc_pci.c === RCS file: /cvs/src/sys/dev/pci/sdhc_pci.c,v retrieving revision 1.15 diff -u -p -u -r1.15 sdhc_pci.c --- sdhc_pci.c 13 Jul 2014 23:10:23 - 1.15

sdmmc resume (newer Ricoh sdhc chipsets)

2014-09-26 Thread Theo de Raadt
Newish Ricoh sdhc chipsets initialize into a high speed mode that is not compatible with our existing sdmmc stack. At activate we push the chipset into the older modes; we need to do the same at resume time. Fixes the x230. Index: sdhc_pci.c ==