From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 05:43:03 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 EB87B37B404 for ; Tue, 15 Jul 2003 05:43:01 -0700 (PDT) Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652CE43F93 for ; Tue, 15 Jul 2003 05:43:00 -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 08:42:34 -0400 Date: Tue, 15 Jul 2003 08:42:56 -0400 From: David Hill To: current@freebsd.org Message-Id: <20030715084256.097121db.david@wmol.com> 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: 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 12:43:03 -0000 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