From 5373b5ab86e15104d425fdf70c961df815b9e235 Mon Sep 17 00:00:00 2001 From: toshii Date: Tue, 17 Apr 2001 15:49:02 +0000 Subject: [PATCH] Special care must be taken in order to run statclock at 128Hz. For now, change statclock rate to 64Hz for simplicity. Thanks to Ross Harvey for pointing out this issue. --- sys/arch/hpcarm/sa11x0/sa11x0_ost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcarm/sa11x0/sa11x0_ost.c b/sys/arch/hpcarm/sa11x0/sa11x0_ost.c index f7f059aa742b..4691da7aa55d 100644 --- a/sys/arch/hpcarm/sa11x0/sa11x0_ost.c +++ b/sys/arch/hpcarm/sa11x0/sa11x0_ost.c @@ -1,4 +1,4 @@ -/* $NetBSD: sa11x0_ost.c,v 1.4 2001/04/15 17:19:32 toshii Exp $ */ +/* $NetBSD: sa11x0_ost.c,v 1.5 2001/04/17 15:49:02 toshii Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe. @@ -77,7 +77,7 @@ static struct saost_softc *saost_sc = NULL; #define TICKS_PER_MICROSECOND (TIMER_FREQUENCY/1000000) #ifndef STATHZ -#define STATHZ 128 +#define STATHZ 64 #endif struct cfattach saost_ca = {