Ahh Thanks !The forced downclocking to 667 MHz and disabling of the L3 cache is “connected” to the main battery being dead or missing AFAIK. But maybe some power management feature is causing it? I remember that Mac OS 9 on my 800 MHz TiBook reported the CPU speed as “667–800 MHz” in System Profiler.
You can trysysctl -a | grep machdep.cpu
and see if that reports anything of interest, or run e.g. Geekbench 2 and see if the results are as high as expected for a 1 GHz G4.
sysctl -a | grep machdep.cpu
gives me : kern.exec: unknown type returned
.But just
sysctl -a
, I can find : hw.cpufrequency: 100000000
.Then Geekbench 2 gives me 1Ghz with L3 cache 1.00 MB, So all fine on leopard side.
So the problem is in OpenBSD...