That diff made speedstep work on my Dell D600, but the acpicpu_setpdc
code was reverted
http://marc.info/?l=openbsd-cvs&m=121801217417287&w=2
and the patch does not apply any longer, thus the speedstep stopped
working on the D600. gwk was notified of the downgrade.
Last time I looked at it was middle of august, don't know if there has
been any changes since. Perhaps it is time to have another look at it.
/Markus
Alexey Suslikov wrote:
Markus Bergkvist wrote:
2.00 GHz cpu with unknown speedstep is reported to have 2200 MHz as
highest speed. Feature or defect? :-) Does this deserve a PR posting or
is it ongoing work?
$ apm -L && sysctl hw.cpuspeed
hw.cpuspeed=1200
$ apm -H && sysctl hw.cpuspeed
hw.cpuspeed=2200
Have you tried this diff?
http://marc.info/?l=openbsd-tech&m=121493180205892&w=2
I believe gwk@ (and maybe marco@ too) still needs feedback on this.
Alexey