On Tue, Jan 04, 2011 at 11:45:32PM +0300, admin wrote:
> Hello, I've tryed to install openbsd 4.8 amd64 on asus eee 1201n, and
> i've got the message: 
> 
> acpitz0: Critical temperature 255C (5282K),
> shutting down 
> 
> while loading. Since 10 secons netbook is shutting down. 
> 

Try this patch.
I have same problem with my HP 6510b. It has broken acpi.
With this patch my fan work as it should be, but be aware that I didn't
test it on other machines.

-- 
Rafal Brodewicz
Index: acpitz.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpitz.c,v
retrieving revision 1.39
diff -r1.39 acpitz.c
420c420
<               if (KTOC(tmp) > 0) {
---
>               if (KTOC(tmp) >= 0) {

Reply via email to