Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   nonaka
Date:           Wed Mar 19 15:26:42 UTC 2014

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile sdmmc.4
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: ALL GENERIC
        src/sys/conf: files
        src/sys/dev: DEVNAMES
        src/sys/dev/pci: files.pci
        src/sys/dev/sdmmc: sdmmc.c sdmmc_mem.c sdmmcvar.h
Added Files:
        src/share/man/man4: rtsx.4
        src/sys/dev/ic: rtsx.c rtsxreg.h rtsxvar.h
        src/sys/dev/pci: rtsx_pci.c

Log Message:
Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1464 -r1.1465 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.610 -r1.611 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/rtsx.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/sdmmc.4
cvs rdiff -u -r1.381 -r1.382 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.368 -r1.369 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1099 -r1.1100 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.1086 -r1.1087 src/sys/conf/files
cvs rdiff -u -r1.287 -r1.288 src/sys/dev/DEVNAMES
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/rtsx.c src/sys/dev/ic/rtsxreg.h \
    src/sys/dev/ic/rtsxvar.h
cvs rdiff -u -r1.370 -r1.371 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/rtsx_pci.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/sdmmc/sdmmc.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/sdmmc/sdmmc_mem.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sdmmc/sdmmcvar.h

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