On Sat, May 10, 2014 at 4:06 AM, Benjamin Baier <[email protected]>wrote: > > After setting cpu clock to the minimum value in my BIOS, SpeedStep paniced > on me. > dmesg before and after patching at > http://netzbasis.de/openbsd/speedstep/ > > The patch below works for me, tested on amd64. > low == high == 800 > cpuspeed == 798 (!) >
Thanks for the report! kettenis@ noted that there's no point in enabling speedstep if there nothing to range over, so I've committed a slightly different diff to do that instead. Philip Guenther
