On 12/17/2012 09:32 AM, Mayuresh Kathe wrote:
> hence my question, "how good or bad is the ssd support under 5.2?".
Like mxb pointed out, it's just a normal disk to OpenBSD. So don't
expect any "special" SSD support (for example TRIM command).
I own a netbook with an Intel 320 SSD which runs 5.1 (will soon upgrade)
and so far I didn't experienced any problems.
> the heating and battery life problems only surface under openbsd.
> wondered if replacing my regular hdd with a ssd might solve both
> problems in one shot.
I don't think that this will solve your problems.
Have you tried 'apmd -C'? Your dmesg says:
> cpu0: PowerNow! K8 1597 MHz: speeds: 1600 800 MHz
So it should be at least worth a try.
If you are running Xorg, you could also set some options for the radeon
driver in your xorg.conf, for example:
Option "ClockGating" "on"
Option "ForceLowPowerMode" "on"
Option "DynamicPM" "on"
See radeon(4) for more information.