Module Name: src
Committed By: tsutsui
Date: Sat May 1 11:35:41 UTC 2010
Modified Files:
src/sys/arch/hpcsh/conf: GENERIC HPW650PA
Log Message:
Explicitly specify "options HZ=64" in kernel config files so that
hz(9) is initialized properly in conf/param.c even before
cpu_initclocks(9) is called and timecounter(9) will take
a correct frequency for the clockinterrupt.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hpcsh/conf/HPW650PA
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.89 src/sys/arch/hpcsh/conf/GENERIC:1.90
--- src/sys/arch/hpcsh/conf/GENERIC:1.89 Sat May 1 11:28:40 2010
+++ src/sys/arch/hpcsh/conf/GENERIC Sat May 1 11:35:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.89 2010/05/01 11:28:40 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.90 2010/05/01 11:35:41 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -31,6 +31,7 @@
maxusers 32 # estimated number of users
+options HZ=64 # default clock rate
# System options specific to hpcsh
Index: src/sys/arch/hpcsh/conf/HPW650PA
diff -u src/sys/arch/hpcsh/conf/HPW650PA:1.28 src/sys/arch/hpcsh/conf/HPW650PA:1.29
--- src/sys/arch/hpcsh/conf/HPW650PA:1.28 Sat May 1 11:28:40 2010
+++ src/sys/arch/hpcsh/conf/HPW650PA Sat May 1 11:35:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: HPW650PA,v 1.28 2010/05/01 11:28:40 tsutsui Exp $
+# $NetBSD: HPW650PA,v 1.29 2010/05/01 11:35:41 tsutsui Exp $
#
# HITACHI PERSONA HPW650PA
#
@@ -9,6 +9,8 @@
maxusers 32 # estimated number of users
+options HZ=64 # default clock rate
+
# in-kernel bootloader, see kloader(4)
options KLOADER
#options KLOADER_KERNEL_PATH="\"/netbsd\""