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: Mon Oct 13 14:49:17 UTC 2025
Modified Files:
src/sys/arch/evbarm/iyonix: autoconf.c
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/iyonix/iyonix: autoconf.c
src/sys/dev/i2c: ds1307.c files.i2c
Log Message:
Garbage-collect the "base_year_is_2000" property and associated
DSRTC_YEAR_START_2K config option (only used by Iyonix GENERIC).
Instead, set the "start-year" property to 2000 as needed (matches
the property name in the Devicetree RTC bindings used for the same
purpose).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/iyonix/autoconf.c
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/iyonix/iyonix/autoconf.c
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/i2c/ds1307.c
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/i2c/files.i2c
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