Module Name: src Committed By: jmcneill Date: Sat Apr 22 13:24:20 UTC 2017
Modified Files: src/sys/dev/fdt: fdtvar.h files.fdt Added Files: src/sys/dev/fdt: fdt_rtc.c Log Message: Add fdtbus_todr_attach. The kernel will only ever use the first RTC driver to call todr_attach. When drivers use fdtbus_todr_attach, if an "rtc0" alias exists in the devicetree, ensure that only that device node calls todr_attach. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/fdt_rtc.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/fdtvar.h cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/files.fdt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.