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=0 line.
details: https://anonhg.NetBSD.org/src/rev/8f45c4a2e8b0
branches: trunk
changeset: 510389:8f45c4a2e8b0
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 27 23:52:41 2001 +0000
description:
Add RTC_OFFSET=0 line.
diffstat:
sys/arch/macppc/conf/INSTALL | 4 +++-
sys/arch/macppc/conf/POWERMAC | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 1e4600a8a968 -r 8f45c4a2e8b0 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL Sun May 27 23:46:51 2001 +0000
+++ b/sys/arch/macppc/conf/INSTALL Sun May 27 23:52:41 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.44 2001/03/23 09:30:49 tsubai Exp $
+# $NetBSD: INSTALL,v 1.45 2001/05/27 23:52:41 wiz Exp $
#
# config file for INSTALL FLOPPY
#
@@ -9,6 +9,8 @@
maxusers 12
+options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
+
# Change base address to 0x800000 to use large memory disk.
makeoptions TEXTADDR=0x800000
diff -r 1e4600a8a968 -r 8f45c4a2e8b0 sys/arch/macppc/conf/POWERMAC
--- a/sys/arch/macppc/conf/POWERMAC Sun May 27 23:46:51 2001 +0000
+++ b/sys/arch/macppc/conf/POWERMAC Sun May 27 23:52:41 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: POWERMAC,v 1.28 2000/11/27 08:55:42 soren Exp $
+# $NetBSD: POWERMAC,v 1.29 2001/05/27 23:52:41 wiz Exp $
#
# POWERMAC config file
#
@@ -9,6 +9,7 @@
# Standard system options
options KTRACE # system call tracing via ktrace(1)
+options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
# Diagnostic/debugging support options
options DIAGNOSTIC # cheap kernel consistency checks
Home |
Main Index |
Thread Index |
Old Index