From: Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
To: Eric <plukje-hi6Y0CQ0nG0@public.gmane.org>,
"Moore,
Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: AE_AML_REGION_LIMIT trouble
Date: Fri, 24 Oct 2003 17:52:02 +0200 [thread overview]
Message-ID: <20031024155202.GH28351@poupinou.org> (raw)
In-Reply-To: <3F929082.40406-hi6Y0CQ0nG0@public.gmane.org>
On Sun, Oct 19, 2003 at 03:24:18PM +0200, Eric wrote:
> Greetings everyone on this mailinglist,
>
> I seem to be having a small ACPI problem, of which I don't really know
> what it exactly means,
> or what I can do to fix it. I'm running linux kernel 2.6.0-test8 and
> I've seen this error from as early as
> 2.6.0-test1. The machine is a MSI-6728 motherboard with a P4 (with HT)
> on it. Below I've put the output of dmesg (up to where acpi messages stop).
> Please let me know if there is anything else you might be interested in
> to clarify this situation because I'm really curious if this is BIOS problem
> or a possible bug in the ACPI code.
>
You have that in your ASL:
OperationRegion (TMEM, PCI_Config, 0xC4, 0x02)
Field (TMEM, ByteAcc, NoLock, Preserve)
{
, 3,
TOUD, 13
}
Name (TOM, 0x00)
Method (MDET, 0, NotSerialized)
{
If (TOM) {}
Else
{
If (FLAG)
{
ShiftLeft (TOUD, 0x13, TOM)
}
Else
{
Return (0x20000000)
}
}
Return (TOM)
}
I am pretty sure that the root of your trouble is
the 'ShiftLeft (TOUD, 0x13, TOM)'.
(For info, FLAG is declared as Name (FLAG, 0x01), so
that is not the problem as well).
I think it is valid, and suspect more or less there is
a bug in ACPICA. But I am not sure. If a guru
can help me to determine that I am right or wrong (Bob?).
Cheers,
--
Ducrot Bruno
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
next prev parent reply other threads:[~2003-10-24 15:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-19 13:24 AE_AML_REGION_LIMIT trouble Eric
[not found] ` <3F929082.40406-hi6Y0CQ0nG0@public.gmane.org>
2003-10-24 15:52 ` Ducrot Bruno [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-10-24 16:14 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=20031024155202.GH28351@poupinou.org \
--to=ducrot-kk6yzipjem5g9huczpvpmw@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=plukje-hi6Y0CQ0nG0@public.gmane.org \
--cc=robert.moore-ral2JQCrhuEAvxtiuMwx3w@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox