--- - branch: MAIN date: Wed Jan 1 19:24:03 UTC 2020 files: - new: '1.28' old: '1.27' path: src/sys/dev/clock_subr.h pathrev: src/sys/dev/clock_subr.h@1.28 type: modified - new: '1.20' old: '1.19' path: src/sys/dev/ic/mc146818.c pathrev: src/sys/dev/ic/mc146818.c@1.20 type: modified - new: '1.28' old: '1.27' path: src/sys/dev/ic/mk48txx.c pathrev: src/sys/dev/ic/mk48txx.c@1.28 type: modified - new: '1.43' old: '1.42' path: src/sys/kern/kern_todr.c pathrev: src/sys/kern/kern_todr.c@1.43 type: modified id: 20200101T192403Z.4939bf8799a3340aafb3e1ca09ae285bc1bedf70 log: | Fix some issues around todr_wenable(): - As previously defined, it was not possible to return an error from the back-end RTC driver. Make it a real function so that it can do so. - Only the mc146818 and mk48txx drivers used it (for historical reasons). Centralize the logic for how it's used in kern_todr.c (and make it private to that file) for consistency. module: src subject: 'CVS commit: src/sys' unixtime: '1577906643' user: thorpej