Subject: Re: "frequency error ... exceeeds tolerance"
To: None <tnn@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-alpha
Date: 08/21/2007 19:33:39
tnn@NetBSD.org wrote:

> The fix on netbsd-3 is to define the CLKF_BASEPRI macro to 0.

Hmm, this may indicate that spllowersoftclock(9) has some problem.
(all interrupts are blocked during softclock()?)

Other possible fix is "options HZ=60" in kernel config file,
which could adjust tick and tickadj variables properly.
---
Izumi Tsutsui