From: Fabian Zeindl <fabian.zeindl-RbZlAiThDcE@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Broken DSDT on Acer Travelmate 243LC
Date: Sun, 29 May 2005 09:37:22 +0200 [thread overview]
Message-ID: <42997132.2050202@gmx.at> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1048 bytes --]
Hi
I decompiled my dsdt on my Acer Laptop and got 4 Errors:
dsdt.dsl 918: If (UPBI ())
Error 1029 - Called method returns no value ^
dsdt.dsl 923: If (UPBS ())
Error 1029 - Called method returns no value ^
dsdt.dsl 2513: Field (ERAM, AnyAcc, Lock, Preserve)
Error 1048 - ^ Host Operation Region
requires ByteAcc access
dsdt.dsl 2611: Store (Arg2, DAT3)
Error 1014 - Method argument is not initialized ^ (Arg2)
dsdt.dsl 2611: Store (Arg2, DAT3)
Remark 3041 - Not a parameter, used as local only ^ (Arg2)
I fixed the third one by changing "AnyAcc" to "ByteAcc", and the fourth
one by changing Store (Arg2, DAT3) to Store (2, DAT3). (is this right?)
I don't know what to do with the first two errors, cause I don't which
return values to give back in this functions.
Can you help me?
(and I hope this is the right address for my concern)
greetings!
fabian zeindl
[-- Attachment #1.2: dsdt.dat --]
[-- Type: application/octet-stream, Size: 20633 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next reply other threads:[~2005-05-29 7:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-29 7:37 Fabian Zeindl [this message]
[not found] ` <42997132.2050202-RbZlAiThDcE@public.gmane.org>
2005-05-29 20:03 ` Broken DSDT on Acer Travelmate 243LC Bruno Ducrot
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=42997132.2050202@gmx.at \
--to=fabian.zeindl-rbzlaithdce@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.