Bug 2403
Summary: | Method execution failed [_PRW] ACPICA 20040326 regression | ||
---|---|---|---|
Product: | ACPI | Reporter: | Eric Valette (eric.valette) |
Component: | ACPICA-Core | Assignee: | Robert Moore (Robert.Moore) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, bugme, mmokrejs |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.5-rc3-mm2 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmidecode output
Dtst decompiled dsl file |
Description
Eric Valette
2004-03-31 05:32:21 UTC
Created attachment 2462 [details]
dmidecode output
Dmidecode output
Created attachment 2463 [details]
Dtst
Can't access your file with the DSDT, please repost Bob *** Bug 2407 has been marked as a duplicate of this bug. *** Well I tried to get the attachement and it worked. I saved it as attachment.cgi and then renamed it as dsdt.dat. Just in case I will attache the dsdt.dsl I got from iasl-20030918 Created attachment 2482 [details]
decompiled dsl file
It's this method that is failing: Method (SPRW, 1, NotSerialized) { Store (Match (PRWT, MEQ, Arg0, MTR, 0x00, 0x00), Local0) Store (SUS3, Local2) Return (DerefOf (Index (PRW4, Local0))) } But I have not been able to reproduce the problem. An execution trace of the _PRW methods might be helpful Bob Please see the attachment in Bug 2435, it shows the problem more clearly. *** Bug 2435 has been marked as a duplicate of this bug. *** Default opregion handlers now installed before _PRW execution, version 20040427 |