From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 06:06:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7480337B401 for ; Tue, 15 Jul 2003 06:06:37 -0700 (PDT) Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9504F43F3F for ; Tue, 15 Jul 2003 06:06:36 -0700 (PDT) (envelope-from david@wmol.com) Received: from wind.mindcry.org (ip-66-80-148-38.iad.megapath.net [66.80.148.38]) by Veronica.wmol.comfor ; Tue, 15 Jul 2003 09:06:10 -0400 Date: Tue, 15 Jul 2003 09:06:33 -0400 From: David Hill To: current@freebsd.org Message-Id: <20030715090633.7560af5c.david@wmol.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: acpi: iasl errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 13:06:37 -0000 On Tue, 15 Jul 2003 12:43:21 +0000 (UTC) david@wmol.com (David Hill) wrote: > Hello - > I am trying to create a custom acpi dsdt for my Dell Inspiron 2650. Does anyone know how to correct these Errors and Warnings? > > Thanks > David > > wind# acpidump -o dell.dsdt > dell.asl > wind# iasl -d dell.dsdt > wind# iasl dell.dsl > > Intel ACPI Component Architecture > ASL Optimizing Compiler / AML Disassembler version 20030522 [Jul 15 2003] > Copyright (C) 2000 - 2003 Intel Corporation > Supports ACPI Specification Revision 2.0b > > dell.dsl 132: Method (\_WAK, 1, NotSerialized) > Warning 2026 - ^ Reserved method must return a value (_WAK) > > dell.dsl 1019: SRST, 1, > Error 1051 - ^ Access width of Field Unit extends beyond region limit > > dell.dsl 1022: ACPW, 1 > Error 1051 - ^ Access width of Field Unit extends beyond region limit > > dell.dsl 2373: Field (ERAM, AnyAcc, Lock, Preserve) > Error 1048 - ^ Host Operation Region requires ByteAcc access > > dell.dsl 2874: Name (PBUF, Buffer (0x14) > Warning 2079 - Statement is unreachable ^ > > ASL Input: dell.dsl - 3644 lines, 136006 bytes, 1734 keywords > Compilation complete. 3 Errors, 2 Warnings, 0 Remarks, 388 Optimizations > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Nevermind, I fixed it :) http://www.cpqlinux.com/acpi-howto.html