From owner-acpi-jp@jp.FreeBSD.org Sun Jan 19 01:59:58 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id h0IGxwM03717;
	Sun, 19 Jan 2003 01:59:58 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from smtp.netcologne.de (smtp.netcologne.de [194.8.194.112])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id h0IGxvJ03712
	for <acpi-jp@jp.freebsd.org>; Sun, 19 Jan 2003 01:59:57 +0900 (JST)
	(envelope-from tmseck-lists@netcologne.de)
Received: from localhost (xdsl-195-14-220-149.netcologne.de [195.14.220.149])
	by smtp.netcologne.de (Postfix) with ESMTP id 72D4B8668E
	for <acpi-jp@jp.freebsd.org>; Sat, 18 Jan 2003 17:59:46 +0100 (MET)
Received: (qmail 4742 invoked by uid 1001); 18 Jan 2003 16:58:51 -0000
From: Thomas Seck <tmseck-lists@netcologne.de>
To: acpi-jp@jp.FreeBSD.org
Message-ID: <20030118165829.GA4579@laurel.tmseck.homedns.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
Organization: private site in Germany
X-PGP-KeyID: DF46EE05
X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05
X-Attribution: tms
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Sat, 18 Jan 2003 17:58:29 +0100
X-Sequence: acpi-jp 2061
Subject: [acpi-jp 2061] GA BX2000 revisited - trouble with iasl
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: tmseck-lists@netcologne.de
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030107

I finally tried to fix the DSDT of my GA BX2000 bios (for acpidump(8)
output, see my message [acpi-jp 2009]) according to iwasaki-san's
proposal in [acpi-jp 2018].

I thus installed the acpicatools-20021118 port and did

# /usr/local/bin/acpidump >f7.asl

(the output did not differ from the output that FreeBSD's
/usr/sbin/acpidump had produced and which I posted here in November
2002).

Running

% /usr/local/bin/iasl -c f7.asl

gives

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20021115 [Jan 18
2003]
Copyright (C) 2000 - 2002 Intel Corporation
Supports ACPI Specification Revision 2.0b

f7.asl    55: Store(0x8, Local0)
Error    1037 -   ^ syntax error

ASL Input:  f7.asl - 1482 lines, 51900 bytes, 12 keywords
Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

Am I doing something wrong or is the ASL file broken?

     --Thomas
