Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/i386/conf Pull up revision 1.15 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/8b5dde305fb2
branches:  netbsd-1-6
changeset: 529383:8b5dde305fb2
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 18 00:54:40 2002 +0000

description:
Pull up revision 1.15 (requested by thorpej in ticket #666):
  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 ffd744543014 -r 8b5dde305fb2 sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501        Mon Nov 18 00:52:29 2002 +0000
+++ b/sys/arch/i386/conf/NET4501        Mon Nov 18 00:54:40 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.6.6.2 2002/08/01 04:24:04 lukem Exp $
+# $NetBSD: NET4501,v 1.6.6.3 2002/11/18 00:54:40 he 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.6.6.2 $"
+#ident                 "NET4501-$Revision: 1.6.6.3 $"
 
 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