Module Name: src Committed By: tsutsui Date: Fri Jul 19 16:42:30 UTC 2013
Modified Files: src/sys/arch/luna68k/dev: timekeeper.c timekeeper.h Log Message: Add an initialization function of DS1287A RTC and call it during attach. It looks the boot firmware doesn't initialize the control registers of DS1287A (while it resets NVRAM settings) and RTC oscillator is not started properly after replacement. Now my LUNA-II can keep RTC properly even after reboot. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/luna68k/dev/timekeeper.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/dev/timekeeper.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.