Bugzilla – Bug 716
OpenSolaris insomnia with ACPICA 20080514
Last modified: 2008-06-02 17:54:15
You need to log in before you can comment on or make changes to this bug.
Bug detailed description: -------------------------- On OpenSolaris, an ECS G31T-M mobo w/2.4GHz Core 2 Duo correctly powers-off under ACPICA 20080321. Under 20080514, it no longer powers-off. Reproduce steps: ---------------- Current result: ---------------- Expected result: ---------------- Basic root-causing log: ----------------------
Problem is that AcpiEnterSleepStatePrep() changed: return_ACPI_STATUS (AE_OK); to return_ACPI_STATUS (Status); Where Status is set by: Status = AcpiEvaluateObject (NULL, METHOD_NAME__SST, &ArgList, NULL); _SST is an optional method; if it's not preset, an error is returned from AcpiEnterSleepStatePrep() and OpenSolaris aborts attempting to poweroff. Looks like a regression
fixed in latest ACPICA git tree