Re: [PATCH] Speedstep bug

2014-05-10 Thread Philip Guenther
On Sat, May 10, 2014 at 4:06 AM, Benjamin Baier 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 > cpus

[PATCH] Speedstep bug

2014-05-10 Thread Benjamin Baier
Hi tech@ 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 (!) --- sys/arch/amd64/amd64/est.c.orig Fr