Joe Snikeris wrote:
OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: mobile AMD Athlon(tm) XP2200+ ("AuthenticAMD" 686-class) 1.79 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
Hello Joe, The good news is that your processor should feature AMDs powernow technology, if it does you can scale the CPUs frequency and voltage back by adjusting the hw.setperf sysctl (takes an integer value between 0 and 100 and adjusts the fid/vid to the closest pair compatible with your processor). With a dmesg form a newer snapshot you can identify support for this feature by looking for e.g. cpu0: AMD Powernow FID VID There are other flags FID and VID are the ones your interested in.
The bad news is that some of the early systems have a bug that prevents powernow from being detected there is a dirty hack that can deal with this I suspect it is what you need rather then repost this rather verbose thread I will direct your attention too http://marc.theaimsgroup.com/?l=openbsd-misc&m=111128007522174&w=2 hmmm ... just spotted another bug in powernow-k7.c /* On bootup the frequency should be at it's max */ is wrong true for desktop processors "Cool n' Quiet" but not the mobile ones "Powernow" thats how you tell them apart in any case there are more than a few people who reported that thread as helpful so give it a shot. Anyway hope this was helpful, GWK