Page MenuHomeFreeBSD

D30561.diff
No OneTemporary

D30561.diff

diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c
--- a/sys/dev/sdhci/sdhci.c
+++ b/sys/dev/sdhci/sdhci.c
@@ -891,7 +891,8 @@
"support voltages.\n");
}
- host_caps = MMC_CAP_4_BIT_DATA;
+ host_caps = slot->host.caps;
+ host_caps |= MMC_CAP_4_BIT_DATA;
if (caps & SDHCI_CAN_DO_8BITBUS)
host_caps |= MMC_CAP_8_BIT_DATA;
if (caps & SDHCI_CAN_DO_HISPD)

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 17, 7:46 PM (19 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15842664
Default Alt Text
D30561.diff (377 B)

Event Timeline