Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107623176
D30561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
D30561.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D30561: sdhci: allow setting MMC capabilities before sdhci_init_slot
Attached
Detach File
Event Timeline
Log In to Comment