Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf The Elan SC520's PIT runs at 1.1892MHz; s...
details: https://anonhg.NetBSD.org/src/rev/e2034781f3ad
branches: trunk
changeset: 535258:e2034781f3ad
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Aug 13 02:46:36 2002 +0000
description:
The Elan SC520's PIT runs at 1.1892MHz; set TIMER_FREQ so that
time is kept properly.
diffstat:
sys/arch/i386/conf/NET4501 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r eafd172da67c -r e2034781f3ad sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Tue Aug 13 02:42:54 2002 +0000
+++ b/sys/arch/i386/conf/NET4501 Tue Aug 13 02:46:36 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.14 2002/08/12 01:03:12 thorpej Exp $
+# $NetBSD: NET4501,v 1.15 2002/08/13 02:46:36 thorpej Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.14 $"
+#ident "NET4501-$Revision: 1.15 $"
maxusers 32 # estimated number of users
@@ -20,6 +20,9 @@
#options I586_CPU
#options I686_CPU
+# AMD Elan SC520's timer runs at a different frequency
+options TIMER_FREQ=1189200
+
makeoptions COPTS="-Os -mcpu=i486"
options VNODE_OP_NOINLINE
Home |
Main Index |
Thread Index |
Old Index