Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys/dev
Module Name: src
Committed By: martin
Date: Fri Dec 3 19:31:19 UTC 2021
Modified Files:
src/sys/dev/pci [netbsd-8]: sdhc_pci.c
src/sys/dev/sdmmc [netbsd-8]: sdhc.c sdmmc_mem.c
Log Message:
Pull up the following revisions (all via patch), requested by msaitoh
in ticket #1713:
sys/dev/sdmmc/sdhc.c 1.110, 1.112
sys/dev/sdmmc/sdmmc_mem.c 1.74
sys/dev/pci/sdhc_pci.c 1.18
- Support 64bit BAR.
- Use unsigned to avoid undefined behavior in hwrite[12]() and
sdmmc_mem_sd_switch().
- Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.2.1 src/sys/dev/pci/sdhc_pci.c
cvs rdiff -u -r1.100.4.2 -r1.100.4.3 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.56.4.5 -r1.56.4.6 src/sys/dev/sdmmc/sdmmc_mem.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