Module Name: src Committed By: martin Date: Sat Feb 22 13:08:36 UTC 2025
Modified Files: src/sys/dev/sdmmc [netbsd-10]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1063): sys/dev/sdmmc/sdhcvar.h: revision 1.36 sys/dev/sdmmc/sdhc.c: revision 1.120 sys/dev/sdmmc/sdhc.c: revision 1.121 sdhc: Remove now unused sc_write_delay sdhc: Remove delay in sdhc_wait_state Replace the 10us delay loop in sdhc_wait_state with a microuptime based timeout test. To generate a diff of this commit: cvs rdiff -u -r1.117.2.1 -r1.117.2.2 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.33.2.1 -r1.33.2.2 src/sys/dev/sdmmc/sdhcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.