http://bugzilla.kernel.org/show_bug.cgi?id=9320





------- Comment #9 from [EMAIL PROTECTED]  2007-11-08 14:34 -------

Here is the offending code (called from _GTM):

Method (GTM, 6, Serialized)
{
...
    Store (Match (DerefOf (Index (TIM0, 0x01)), MEQ, Arg0, MTR, 
        0x00, 0x00), Local6)
    Store (DerefOf (Index (DerefOf (Index (TIM0, 0x00)), Local6)), 
        Local7)

It appears to me that the Match is failing and returning 0xFFFFFFFF, which in
turn is blindly used as an index into a package in the second Store statement.

I seem to remember there was an issue where _STM (Set Timing Mode) was not
being called before _GTM (in the ata driver), and things within the ASL/AML
were not getting initialized properly.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to