Module Name:    src
Committed By:   tsutsui
Date:           Fri Jun 25 17:40:33 UTC 2010

Modified Files:
        src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Set options RTC_OFFSET=-540 since Windows Mobile stores localtime
into the RTC and we can assume most W-ZERO3 users live in JST timezone.

XXX: Probably it would be better to allow a kernel getting RTC_OFFSET value
XXX: via bootinfo set by boot(8) or boot.cfg(5).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcarm/conf/WZERO3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.5 src/sys/arch/hpcarm/conf/WZERO3:1.6
--- src/sys/arch/hpcarm/conf/WZERO3:1.5	Sun May 30 10:00:27 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Fri Jun 25 17:40:32 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.5 2010/05/30 10:00:27 nonaka Exp $
+#	$NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,14 +7,14 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.5 $"
+#ident 		"GENERIC-$Revision: 1.6 $"
 
 # estimated number of users
 maxusers	32
 
 # Standard system options
 
-options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+options 	RTC_OFFSET=-540	# hardware clock is this many mins. west of GMT
 #options 	NTP		# NTP phase/frequency locked loop
 
 # CPU options

Reply via email to