The Elan SC520's PIT runs at 1.1892MHz; set TIMER_FREQ so that

time is kept properly.
This commit is contained in:
thorpej 2002-08-13 02:46:36 +00:00
parent 65e781f38c
commit 17c9690153
1 changed files with 5 additions and 2 deletions

View File

@ -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 @@ include "arch/i386/conf/std.i386"
#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 I486_CPU
#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