http://bugzilla.kernel.org/show_bug.cgi?id=6431
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2006-04-25 13:08 ------- One of these two Match() statements is failing (returning Ones), and the ASL code does not check for the error: Store (Match (DerefOf (Index (TIM0, 0x01)), MEQ, Arg0, MTR, 0x00, 0x00), Local6) Store (Match (DerefOf (Index (TIM0, 0x02)), MEQ, Arg3, MTR, 0x00, 0x00), Local6) I added these two blocks of code, one after each statement to catch the error: if (LEqual (Local6, Ones)) { Store ("No Match found with Arg0", Debug) Store (Arg0, Debug) Return (0) } if (LEqual (Local6, Ones)) { Store ("No Match found with Arg3", Debug) Store (Arg3, Debug) Return (0) } Either Arg0 or Arg3 does not match an integer within the TIM0 package. Both of these come from PCI config space, namely PMRI and PSRI fields. There may be some problem reading these values. OperationRegion (CFG2, PCI_Config, 0x40, 0x20) Field (CFG2, DWordAcc, NoLock, Preserve) { PMPT, 4, PSPT, 4, PMRI, 6, Offset (0x02), SMPT, 4, SSPT, 4, SMRI, 6, Offset (0x04), PSRI, 4, An execution trace of the \_SB_PCI0.IDE0.CHN0._GTM would help. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla