From owner-acpi-jp@jp.FreeBSD.org Mon Jul 14 12:33:52 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h6E3Xqq20175;
	Mon, 14 Jul 2003 12:33:52 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h6E3XqT20163
	for <acpi-jp@jp.FreeBSD.org>; Mon, 14 Jul 2003 12:33:52 +0900 (JST)
	(envelope-from takawata@axe-inc.co.jp)
Received: from axe-inc.co.jp ([192.47.224.47])
	by axe-inc.co.jp (8.9.3+3.2W/3.7W) with ESMTP id MAA06949
	for <acpi-jp@jp.FreeBSD.org>; Mon, 14 Jul 2003 12:33:51 +0900 (JST)
Message-Id: <200307140333.MAA06949@axe-inc.co.jp>
To: acpi-jp@jp.FreeBSD.org
In-reply-to: Your message of "Sun, 13 Jul 2003 20:27:42 MST."
             <20030713202300.L15586@root.org>
From: User Takawata <takawata@axe-inc.co.jp>
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Mon, 14 Jul 2003 12:34:09 +0900
X-Sequence: acpi-jp 2423
Subject: [acpi-jp 2423] Re: acpica 0619 on ABIT BP6
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: takawata@axe-inc.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030702

In message <20030713202300.L15586@root.org>, Nate Lawson wrote:
>On Mon, 14 Jul 2003, Pawel Worach wrote:
>> The broken floppy problem is back for me. This is
>> on a ABIT BP6 dual celeron box. Also the thermal
>> information looks wierd. sysctl, asl, dsdt and dmesg
>> can be found at http://213.67.96.190/acpi/
>
>You should check to see if there is a new BIOS available with updated
>acpi.  Yours has several errors.  Notably:
>
>          Method(_CRS) {
>                    Name(BUF0, Buffer(0x18) {0x47, 0x1, 0xf2, 0x3, 0xf2,
>0x3, 0x1, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x1, 0x1, 0x22, 0x40, 0x0,
>0x2a, 0x4, 0x0, 0x79, 0x0 })
>                    Store(Local0, Local0)

>The interpreter is right that Local0 is not initialized.  Comment out that
>line like this and recompile your DSDT using iasl.
>
>                    /* Store(Local0, Local0) */

This instruction error check was relaxed once because it is often used 
as NOP, as far as I know. 
