Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src/sys/dev



Module Name:    src
Committed By:   martin
Date:           Fri Dec  3 18:20:41 UTC 2021

Modified Files:
        src/sys/dev/pci [netbsd-9]: sdhc_pci.c
        src/sys/dev/sdmmc [netbsd-9]: sdhc.c sdmmc_mem.c

Log Message:
Pull up the followin revisions (all via patch), requested by msaitoh
in ticket #1383:

        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.16.1 src/sys/dev/pci/sdhc_pci.c
cvs rdiff -u -r1.103.2.2 -r1.103.2.3 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.68.2.2 -r1.68.2.3 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