Module Name: src Committed By: tsutsui Date: Sat Apr 19 05:37:54 UTC 2014
Modified Files: src/sys/arch/hp300/conf: GENERIC INSTALL files.hp300 src/sys/arch/hp300/dev: frodo.c frodoreg.h rtc.c Added Files: src/sys/arch/hp300/dev: mcclock_frodo.c Log Message: Add proper RealTime Clock support for HP9000/425e. As the OpenBSD/hp300 page says 425e doesn't have the traditional RTC at intio (as it also lacks DCA 16550 serial at intio?), but after a few hour investigation it turns out that 425e uses mc146818 compatible calendar clock in the Apollo "frodo" utility chip and the frodo chip on 425e actually has the 32kHz OSC and is actually backed up by the onboard lithium battery. Tested on HP425e (with mcclock) and HP362 (with old rtc). To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/arch/hp300/conf/GENERIC cvs rdiff -u -r1.55 -r1.56 src/sys/arch/hp300/conf/INSTALL cvs rdiff -u -r1.86 -r1.87 src/sys/arch/hp300/conf/files.hp300 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hp300/dev/frodo.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp300/dev/frodoreg.h cvs rdiff -u -r0 -r1.1 src/sys/arch/hp300/dev/mcclock_frodo.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp300/dev/rtc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.