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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #11 from [EMAIL PROTECTED]  2007-11-11 12:22 -------
I see the same problem:
[   44.260000] scsi8 : pata_amd
[   44.260000] scsi9 : pata_amd
[   44.260000] ata9: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[   44.260000] ata10: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[   44.460000] ACPI Exception (exoparg2-0442): AE_AML_PACKAGE_LIMIT, Index
(0FFFFFFFF) is beyond end of object [20070126]
[   44.460000] ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.PCI0.IDE0.GTM_] (Node ffff81010031aa20), AE_AML_PACKAGE_LIMIT
[   44.460000] ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.PCI0.IDE0.CHN0._GTM] (Node ffff81010031a7c0), AE_AML_PACKAGE_LIMIT
[   44.460000] ata9: ACPI get timing mode failed (AE 0x300d)
[   44.470000] ata9.01: ATA-7: Maxtor 6L250R0, BAH41G10, max UDMA/133
[   44.470000] ata9.01: 490234752 sectors, multi 16: LBA48
[   44.470000] ata9.01: limited to UDMA/33 due to 40-wire cable
[   44.510000] ata9.01: configured for UDMA/33
[   44.510000] ata10: port disabled. ignoring.

But my hardware is nothing like Hans':
It's an Opteron board with an nVidia MCP55 chipset, so this might be BIOS
specific?
dmidecode says:
Vendor: American Megatrends Inc.
BIOS Revision: 8.12

Except for the message the drive works normal. Even the detection of the
40-wire cable is correct.

Form the disassembled ACPI:
             Device (CHN0)
             {
[snip]
                  Method (_GTM, 0, NotSerialized)
                  {
                      Store ("GTM_CHN0", Debug)
                      Return (GTM (PMPT, PMUE, PMUT, PSPT, PSUE, PSUT))
                  }
[snip]
             Method (GTM, 6, Serialized)
             {
[snip]
                  Store (Match (DerefOf (Index (TIM0, One)), MEQ, Arg0, MTR,
                        Zero, Zero), Local6)
                  Store (DerefOf (Index (DerefOf (Index (TIM0, Zero)),
Local6)),
                        Local7)
                  Store (Local7, DMA0)
                  Store (Local7, PIO0)
                  Store (Match (DerefOf (Index (TIM0, One)), MEQ, Arg3, MTR,
                        Zero, Zero), Local6)
                  Store (DerefOf (Index (DerefOf (Index (TIM0, Zero)),
Local6)),
                        Local7)
                  Store (Local7, DMA1)
                  Store (Local7, PIO1)

... seems to be the same code.

Arg0 and Arg0 aka PMPT and PSPT seem only to be used in Method (_STM, 3,
NotSerialized) as far as I can see...


-- 
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