Subject: Fixed a few bugs
To: None <port-arm32@netbsd.org>
From: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
List: port-arm32
Date: 02/24/2001 22:35:28
Hi all,

just committed a small patch that now allows RiscPC kernels build with
DIAGNOSTIC i.e. all debug kernels to print at normal speed when the kernel
is starting. It all came down to an obscure feature that allows console
output to be slowed down or stopped using the qms mouse ! Did you know
that BTW ? I didnt :)

Also committed a patch that speeds up ALL kernels build with DIAGNOSTIC
i.e.  the GENERIC kernel (!!!!) with a factor 4 to 5 of system time when
idle....  see other post... there was an expensive routing in pmap.c that
was called often and also was quite expensive :( I've changed it to
PMAP_DEBUG i.e. when there are real problems... i've never seen it produce
anything even anyway.

Cheers and enjoy,
Reinoud