https://bugzilla.kernel.org/show_bug.cgi?id=16292





--- Comment #8 from Bob Zhang <bob_zhang2...@tom.com>  2010-06-29 10:43:14 ---
I finally found "S5" definition , details can got from my following reply. 
Next step, I will send this information to firmware engineer to verify
SSDT17.dsl is right for our sentosa. Because same values into registers every
time, but got different hardware behaviors. 
So we must doubt hardware and firmware design. 
Now, from software point of view : acpi_enter_sleep_state() is the last
function to run when shutdown machine , which write value into acpi registers
to tell hardware to enter S5 (SLP_TYPx and SLP_EN)  .Once written to these two
registers, software task has been over. The left things are hardware is to
work. So I think Linux kernel is good, this issue is from related with
kernel,at acpi driver's logic is right. I have printed values which will be
written to acpi registers , those values are the same every time, but hardware
has different behaviors , so we need firmware engineer to help me check . 

Maybe I need to ask firmware designer what is the meaning of this definition:
Where is {0x7,0x7} from ?? which datasheet ? which document ? 
In "SSDT17.dsl" . 
DefinitionBlock ("SSDT17.aml", "SSDT", 2, "HP    ", "RX2800-2", 0x00000007)
{
    Scope (\)
    {
        Name (\_S5, Package (0x03)
        {
            0x07, 
            0x07, 
            Zero
        })
    }
This is equal of that return from acpi_get_sleep_type_data(5,&type_a, &type_b)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are watching the assignee of the bug.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to