From: hugo hallqvist <hugha495-oe7qfRrRQfdIcsJQ0EH25Q@public.gmane.org>
To: "Moore, Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: 'Bob Lees'
<bob-l+PWtdWbHAsG2Il/BtU0GPXRex20P6io@public.gmane.org>,
Mark Pritchard
<mark.pritchard-acpi-3o+aUUpM7Xj0CCvOHzKKcA@public.gmane.org>,
acpi mail list
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: RE: new n800v dsdt successfully disassembled, patched and install ed (WAS: disasm/compile doesn't work)
Date: 16 Oct 2002 00:47:48 +0200 [thread overview]
Message-ID: <1034722068.388.6.camel@i70> (raw)
In-Reply-To: <B9ECACBD6885D5119ADC00508B68C1EA0D19B84E-LkGsggTGxVmSsB6bSF6DdVDQ4js95KgL@public.gmane.org>
tis 2002-10-15 klockan 23.58 skrev Moore, Robert:
>
> We have seen the AE_ALREADY_EXISTS error before, but we have never been able
> to track it down. It will probably require a full debug trace of the ACPI
> initialization.
>
> The AE_AML_BUFFER_LIMIT is interesting. It sounds like a Field is being
> defined past the end of the buffer, but I would be interested in taking a
> look at it.
>
> Please send your AML/ASL and I'll see what I can find.
>
> Thanks,
> Bob Moore
Hi guys,
I think I have a fix for this.
If you have a method called C04C at about line 495-500,
then add a little before you make a buffer out of it.
At least that is my interpretation of the code,
with this fix I don't get the AML_BUFFER_LIMIT error anymore,
however this may not be the right way<tm> to do it..?
//line 494
// addition
Method (C04C, 0, NotSerialized)
{
Acquire (C042, 0xFFFF)
Multiply (C043, 0x1A, Local1)
Add (SizeOf (C046), Local1, Local2)
Add(Local2, 0xB0, Local7) //add a little to the size
Store (Buffer (Local7) {}, Local0) //then make a buffer
// Store (Buffer (Local2) {}, Local0) // original code
Store (0x00, Local1)
Store (0x00, Local2)
Also, would it be possible to get any of you guys final dsdt's for the
compaq evo n800v? I have messed mine up, have problems with Alias links
and also the thermal zones/fans. :-(
Thanks in advance,
//Hugo
-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
next prev parent reply other threads:[~2002-10-15 22:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-15 21:58 new n800v dsdt successfully disassembled, patched and install ed (WAS: disasm/compile doesn't work) Moore, Robert
[not found] ` <B9ECACBD6885D5119ADC00508B68C1EA0D19B84E-LkGsggTGxVmSsB6bSF6DdVDQ4js95KgL@public.gmane.org>
2002-10-15 22:47 ` hugo hallqvist [this message]
[not found] ` <1034722068.388.6.camel-M1d1EjK99t4@public.gmane.org>
2002-10-16 9:49 ` Bob Lees
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=1034722068.388.6.camel@i70 \
--to=hugha495-oe7qfrrrqfdicsjq0eh25q@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=bob-l+PWtdWbHAsG2Il/BtU0GPXRex20P6io@public.gmane.org \
--cc=mark.pritchard-acpi-3o+aUUpM7Xj0CCvOHzKKcA@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 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.