Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/sdmmc
Module Name: src
Committed By: jmcneill
Date: Tue Sep 2 22:22:14 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
sdhc: Disable bus power for 32-bit register accesses.
SDHC_FLAG_32BIT_ACCESS shouldn't prohibit clearing the SD Bus Power bit in
the Power Control Register, that's what SDHC_FLAG_NO_PWR0 is for.
Should help with card initialization issues at boot on controllers that
set the 32-bit access flag.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/dev/sdmmc/sdhc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index