Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158886873
D29999.id88202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
433 B
Referenced Files
None
Subscribers
None
D29999.id88202.diff
View Options
Index: sys/dev/mmc/host/dwmmc.c
===================================================================
--- sys/dev/mmc/host/dwmmc.c
+++ sys/dev/mmc/host/dwmmc.c
@@ -480,7 +480,8 @@
#else
DWMMC_LOCK(sc);
- if (READ4(sc, SDMMC_CDETECT) == 0) {
+ if (READ4(sc, SDMMC_CDETECT) == 0 ||
+ (sc->mmc_helper.props & MMC_PROP_BROKEN_CD)) {
if (sc->child == NULL) {
if (bootverbose)
device_printf(sc->dev, "Card inserted\n");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 8:10 AM (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33808538
Default Alt Text
D29999.id88202.diff (433 B)
Attached To
Mode
D29999: fix dwmmc card detect
Attached
Detach File
Event Timeline
Log In to Comment