CVS commit: src/sys/dev/sdmmc
"Michael van Elst" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: mlelstv Date: Sat Jun 6 16:09:21 UTC 2026 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: When seeing an error from the host controller, delay the soft reset by 100us. This helps the hardware found in Rockchip RK3568 and RK3588 SoCs. See PR kern/60311. Needs pullup to netbsd-10 and -11. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 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.