Re: psmintr not attached w/ acpi

From: Nate Lawson <nate_at_root.org>
Date: Mon, 1 Dec 2003 10:59:49 -0800 (PST)
On Mon, 1 Dec 2003, Slawa Olhovchenkov wrote:
> On Mon, Dec 01, 2003 at 09:48:40AM -0800, Nate Lawson wrote:
> > Your ASL indicates that it returns different values for present (based on
> > PS2F) and current resources (based on KBDI).  Please send me the URL to
> > the full ASL so I can see what sets those two variables.
>
> http://zxy.spb.ru/acpi.dump
>
> Do you need additional information?

Try this workaround, recompile your asl, set dsdt_load in loader.conf.
See acpi(4) if you need info on this process.  I think your BIOS needs a
workaround.  I wonder if the MS interpreter ignores _STA for some devices.

--- slawa-IntelLaptop.asl.orig	Mon Dec  1 10:54:18 2003
+++ slawa-IntelLaptop.asl	Mon Dec  1 10:57:39 2003
_at__at_ -3353,14 +3353,7 _at__at_
                 Name (_HID, EisaId ("PNP0F13"))
                 Method (_STA, 0, NotSerialized)
                 {
-                    If (LEqual (PS2F, 0x00))
-                    {
                         Return (0x0F)
-                    }
-                    Else
-                    {
-                        Return (0x00)
-                    }
                 }

                 Method (_CRS, 0, NotSerialized)

-Nate
Received on Mon Dec 01 2003 - 09:59:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:32 UTC