From: Alexey Starikovskiy <alexey_y_starikovskiy@linux.intel.com>
To: Andy <winxp_escapee@btinternet.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: ACPI dsdt.dsl Compilation Parse Error
Date: Tue, 31 Jan 2006 19:17:56 +0300 [thread overview]
Message-ID: <43DF8DB4.3060404@linux.intel.com> (raw)
In-Reply-To: <loom.20060130T170445-625@post.gmane.org>
Andy wrote:
> I'm trying to debug ACPI on an emachines 2220, D845GVSR motherboard,
> SR84510B.44T.009.PO3 system BIOS running Suse 9.3 Pro' Linux.
>
> When I attempt to recompile the dsdt.dsl file I get a Parse error,
>
> Suse:~ # iasl -tc dsdt.dsl
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20050309 [Mar 19 20
> 05]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
>
> dsdt.dsl 3531: If (SS1)
> Error 1037 - ^ syntax error, unexpected PARSEOP_IF
>
> ASL Input: dsdt.dsl - 3797 lines, 118111 bytes, 1730 keywords
> Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
> Suse:~ #
iasl barks on 'if' statements in global scope. In your case you can
safely remove this 'if' (but leave everything inside braces), just
because it's evaluated to true (you don't disable S1 sleep in BIOS, do
you?).
Regards,
Alex.
next prev parent reply other threads:[~2006-01-31 16:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-30 16:17 ACPI dsdt.dsl Compilation Parse Error Andy
2006-01-31 16:17 ` Alexey Starikovskiy [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-02-02 22:32 Moore, Robert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43DF8DB4.3060404@linux.intel.com \
--to=alexey_y_starikovskiy@linux.intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=winxp_escapee@btinternet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox