Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/conf Comment out RTC_OFFSET as now kernel pay...



details:   https://anonhg.NetBSD.org/src/rev/b07965df8ee8
branches:  trunk
changeset: 559740:b07965df8ee8
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 23 03:48:39 2004 +0000

description:
Comment out RTC_OFFSET as now kernel pays attention to timezone
information passed by hpcboot.exe.

diffstat:

 sys/arch/hpcsh/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e3c758810f30 -r b07965df8ee8 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Tue Mar 23 03:39:11 2004 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Tue Mar 23 03:48:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.32 2004/03/16 00:23:31 uwe Exp $
+# $NetBSD: GENERIC,v 1.33 2004/03/23 03:48:39 uwe Exp $
 #
 # GENERIC machine description file
 # 
@@ -59,7 +59,8 @@
 options        KLOADER_KERNEL_PATH="\"/netbsd\""
 
 # Standard system options
-options        RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
+#options       RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
+                               # (overrides tz info that hpcboot.exe passes)
 
 #options       PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 options        USERCONF                # userconf(4) support



Home | Main Index | Thread Index | Old Index