Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/include CLOCK_RATE: 256-> 128.
details: https://anonhg.NetBSD.org/src/rev/7e44e96c9eb0
branches: trunk
changeset: 481916:7e44e96c9eb0
user: sato <sato%NetBSD.org@localhost>
date: Wed Feb 09 10:41:18 2000 +0000
description:
CLOCK_RATE: 256-> 128.
reduce timer interrupts because hpcmips machines are lower cpu power.
diffstat:
sys/arch/hpcmips/include/clock_machdep.h | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r d7f495312ddb -r 7e44e96c9eb0 sys/arch/hpcmips/include/clock_machdep.h
--- a/sys/arch/hpcmips/include/clock_machdep.h Wed Feb 09 09:14:52 2000 +0000
+++ b/sys/arch/hpcmips/include/clock_machdep.h Wed Feb 09 10:41:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock_machdep.h,v 1.1.1.1 1999/09/16 12:23:22 takemura Exp $ */
+/* $NetBSD: clock_machdep.h,v 1.2 2000/02/09 10:41:18 sato Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -48,6 +48,5 @@
* the acutal RTC hardware in use. clock
*/
-
-/* The default clock rate on a pmax is 256 Hz. */
-#define CLOCK_RATE 256
+/* The default clock rate on a vr41xx is 128 Hz. */
+#define CLOCK_RATE 128
Home |
Main Index |
Thread Index |
Old Index