Date: Mon, 1 Dec 2003 10:59:49 -0800 (PST) From: Nate Lawson <nate@root.org> To: Slawa Olhovchenkov <slw@zxy.spb.ru> Cc: current@freebsd.org Subject: Re: psmintr not attached w/ acpi Message-ID: <20031201105339.Y13707@root.org> In-Reply-To: <20031201180224.GE61122@mail.acropolis.ru> References: <20031201094715.B13470@root.org> <20031201180224.GE61122@mail.acropolis.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031201105339.Y13707>