psmintr not attached w/ acpi

Nate Lawson nate at root.org
Mon Dec 1 10:59:54 PST 2003


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
@@ -3353,14 +3353,7 @@
                 Name (_HID, EisaId ("PNP0F13"))
                 Method (_STA, 0, NotSerialized)
                 {
-                    If (LEqual (PS2F, 0x00))
-                    {
                         Return (0x0F)
-                    }
-                    Else
-                    {
-                        Return (0x00)
-                    }
                 }

                 Method (_CRS, 0, NotSerialized)

-Nate


More information about the freebsd-current mailing list