Bug 716 - OpenSolaris insomnia with ACPICA 20080514
: OpenSolaris insomnia with ACPICA 20080514
Status: RESOLVED FIXED
: ACPICA
Core/Interpreter
: unspecified
: All Linux
: P3 major
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-05-20 09:49 by
Modified: 2008-06-02 17:54 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-05-20 09:49:51
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:
----------------------
------- Comment #1 From 2008-05-20 11:34:59 -------
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
------- Comment #2 From 2008-06-02 17:54:15 -------
fixed in latest ACPICA git tree