Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Fri Dec 29 23:31:45 UTC 2023

Modified Files:
        src/sys/conf: files
        src/sys/dev/fdt: files.fdt gfrtc_fdt.c
Added Files:
        src/sys/dev/goldfish: files.goldfish gfrtc.c gfrtcvar.h

Log Message:
Re-factor the Goldfish RTC driver into attach-front-end and generic
back-end; Goldfish virtual devices can be found on virtual platforms
that don't use FDT.


To generate a diff of this commit:
cvs rdiff -u -r1.1309 -r1.1310 src/sys/conf/files
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/fdt/files.fdt
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/gfrtc_fdt.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/goldfish/files.goldfish \
    src/sys/dev/goldfish/gfrtc.c src/sys/dev/goldfish/gfrtcvar.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