From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ducrot Bruno Subject: Re: AE_AML_REGION_LIMIT trouble Date: Fri, 24 Oct 2003 17:52:02 +0200 Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Message-ID: <20031024155202.GH28351@poupinou.org> References: <3F929082.40406@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3F929082.40406-hi6Y0CQ0nG0@public.gmane.org> Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Eric , "Moore, Robert" Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.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/