Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add RTC_OFFSET line (see port-macppc/10...



details:   https://anonhg.NetBSD.org/src/rev/c8d9aed3d554
branches:  trunk
changeset: 510387:c8d9aed3d554
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 27 23:39:03 2001 +0000

description:
Add RTC_OFFSET line (see port-macppc/10265).

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 916d56d059f9 -r c8d9aed3d554 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun May 27 23:38:12 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun May 27 23:39:03 2001 +0000
@@ -1,17 +1,19 @@
-#      $NetBSD: GENERIC,v 1.97 2001/05/16 10:56:42 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.98 2001/05/27 23:39:03 wiz Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.97 $"
+#ident                 "GENERIC-$Revision: 1.98 $"
 
 maxusers       32
 
 # Standard system options
 #options       UCONSOLE        # users can use TIOCCONS (for xconsole)
 #options       INSECURE        # disable kernel security levels
+
+options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 #options       NTP             # NTP phase/frequency locked loop
 options        KTRACE          # system call tracing via ktrace(1)
 



Home | Main Index | Thread Index | Old Index