From 8bfafab1d2799d6eab89eea47c5fff7d9302c437 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sun, 27 Feb 2011 13:58:20 +0000 Subject: [PATCH] Force DMA for controller found in Lenovo T510 (probably in others too). This makes reads 10 times faster. Discussed with: mav --- sys/dev/sdhci/sdhci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index 9b406fb2bd5..6bbc25f50b4 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -83,6 +83,8 @@ static const struct sdhci_device { } sdhci_devices[] = { { 0x08221180, 0xffff, "RICOH R5C822 SD", SDHCI_QUIRK_FORCE_DMA }, + { 0xe8221180, 0xffff, "RICOH SD", + SDHCI_QUIRK_FORCE_DMA }, { 0x8034104c, 0xffff, "TI XX21/XX11 SD", SDHCI_QUIRK_FORCE_DMA }, { 0x05501524, 0xffff, "ENE CB712 SD",