From owner-acpi-jp@jp.FreeBSD.org Fri Aug 29 02:18:35 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h7SHIZo87818;
	Fri, 29 Aug 2003 02:18:35 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from dns13.mail.yahoo.co.jp (dns13.mail.yahoo.co.jp [210.81.151.173])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id h7SHIZa87813
	for <acpi-jp@jp.FreeBSD.org>; Fri, 29 Aug 2003 02:18:35 +0900 (JST)
	(envelope-from enokion@ybb.ne.jp)
Received: from unknown (HELO ?127.0.0.1?) (219.177.124.226 with poptime)
  by dns13.mail.yahoo.co.jp with SMTP; 28 Aug 2003 17:18:31 -0000
X-Apparently-From: <enokion@ybb.ne.jp>
From: Masaru Oenoki <enokion@yahoo.co.jp>
To: acpi-jp@jp.FreeBSD.org
In-Reply-To: <20030827104204.U31602@root.org>
References: <20030827003223.B7FE.ENOKION@yahoo.co.jp> <20030827104204.U31602@root.org>
Message-Id: <20030829014110.813E.ENOKION@yahoo.co.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver. 2.05.11
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 29 Aug 2003 02:18:29 +0900
X-Sequence: acpi-jp 2621
Subject: [acpi-jp 2621] Re: acpi don't work correctly on my motherboad..
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: enokion@yahoo.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030821

> Try changing all lines like:
>     Store(\_SB_.PCI0.MDEC, Local0)
> to
>     Store(MDEC, Local0)
> 
> This seems to work for your PMSB and SMSB accesses.

I appreciate your advise.

I tried that immediately, but the other error has occured ;)
Following is the extract of acpidump. I think there is 
\_SB_.PCI0.MDEC on it's namespace, not the MDEC..

-------------------------------------------------------
  psargs-0438: *** Error: Looking up [MDEC] in namespace, AE_NOT_FOUND
 psparse-1287: *** Error: Method execution failed [\\MEMR] (Node 0xc25bfc28), AE_NOT_FOUND
 psparse-1287: *** Error: Method execution failed [\\_SB_.PCI0._CRS] (Node 0xc25b67a8), AE_NOT_FOUND
  uteval-0226: *** Error: Return object type is incorrect [\\_SB_.PCI0._CRS] (Node 0xc25b67a8), AE_TYPE
  uteval-0230 [10] UtEvaluateObject      : Type returned from _CRS was incorrect: 1
can't fetch resources for \\_SB_.PCI0 - AE_TYPE
pcib0: <ACPI Host-PCI bridge> on acpi0
PCI_LINK-0443 [10] acpi_pci_link_add_prt : couldn't handle this routing table - hardwired
PCI_LINK-0966 [09] acpi_pci_link_config  : couldn't add PCI interrupt link entry - AE_BAD_PARAMETER
-------------------------------------------------------

I supposed it was the problem caused by M/B which has answered
0byte for MDEC field... So, I also tried to change the ACPI-ML
        Field(\_SB_.PCI0.SBRG.BAR2, ByteAcc, NoLock, Preserve) {
            MDEC,       16
        }
to
        Field(\_SB_.PCI0.SBRG.BAR2, ByteAcc, NoLock, Preserve) {
            0,       0
        }
but no effect.

I have no idea about this error...

I uploaded the whole acpidump, iasl messages, and dmesg on
following urls.
http://www.geocities.jp/enokion/acpidump_2nd.txt
http://www.geocities.jp/enokion/dmesg_2nd.txt
http://www.geocities.jp/enokion/iasl.txt

Regards,
Masaru Oenoki<enokion@yahoo.co.jp>


