Source-Changes archive

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

CVS commit: [netbsd-6] src/sys



Module Name:    src
Committed By:   riz
Date:           Mon Jun 11 17:45:32 UTC 2012

Modified Files:
        src/sys/arch/powerpc/booke/dev [netbsd-6]: pq3sdhc.c
        src/sys/dev/sdmmc [netbsd-6]: sdhc.c

Log Message:
Pull up following revision(s) (requested by matt in ticket #254):
        sys/arch/powerpc/booke/dev/pq3sdhc.c: revision 1.4
        sys/dev/sdmmc/sdhc.c: revision 1.11
        sys/dev/sdmmc/sdhc.c: revision 1.13
Use the new 32-bit and ESDHC support in sdhc.c
Support 32-bit only access to the SDHC registers.
Add support for FreeScale "Enhanced" SDHC port.
Add support for CGM mode (XLP and BCM2835 (Arason)).
Do not read past array end, found by gcc -O3.
This could cause to HWRITE4() a bad value, but maybe last 2 bytes are
probably ignored by hardware anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.8.1 src/sys/arch/powerpc/booke/dev/pq3sdhc.c
cvs rdiff -u -r1.10 -r1.10.2.1 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