Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/conf Set options RTC_OFFSET=-540 since Windo...



details:   https://anonhg.NetBSD.org/src/rev/069a3a0d91c1
branches:  trunk
changeset: 755859:069a3a0d91c1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 25 17:40:32 2010 +0000

description:
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).

diffstat:

 sys/arch/hpcarm/conf/WZERO3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f4b356df7426 -r 069a3a0d91c1 sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3       Fri Jun 25 16:54:25 2010 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3       Fri Jun 25 17:40:32 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index