Module Name:    src
Committed By:   tsutsui
Date:           Sat Jun 26 16:34:47 UTC 2010

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

Log Message:
Comment out options RTC_OFFSET so that bootinfo->timezone passed by
hpcboot will be used by default.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/hpcarm/conf/IPAQ

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/IPAQ
diff -u src/sys/arch/hpcarm/conf/IPAQ:1.60 src/sys/arch/hpcarm/conf/IPAQ:1.61
--- src/sys/arch/hpcarm/conf/IPAQ:1.60	Sat Apr 17 13:36:21 2010
+++ src/sys/arch/hpcarm/conf/IPAQ	Sat Jun 26 16:34:47 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: IPAQ,v 1.60 2010/04/17 13:36:21 nonaka Exp $
+#	$NetBSD: IPAQ,v 1.61 2010/06/26 16:34:47 tsutsui Exp $
 #
 #	iPAQ H3600 -- Windows-CE based PDA
 #
@@ -12,7 +12,8 @@
 
 # Standard system options
 
-options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+				# (default timezone is passed from hpcboot)
 #options 	NTP		# NTP phase/frequency locked loop
 
 # CPU options

Reply via email to