From owner-freebsd-acpi@FreeBSD.ORG Fri Jan 23 22:58:57 2009 Return-Path: Delivered-To: acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABB521065674 for ; Fri, 23 Jan 2009 22:58:57 +0000 (UTC) (envelope-from robert.moore@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 861C38FC20 for ; Fri, 23 Jan 2009 22:58:57 +0000 (UTC) (envelope-from robert.moore@intel.com) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Jan 2009 14:25:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.37,314,1231142400"; d="scan'208";a="484260942" Received: from unknown (HELO orsmsx601.amr.corp.intel.com) ([10.22.226.213]) by orsmga001.jf.intel.com with ESMTP; 23 Jan 2009 14:28:49 -0800 Received: from orsmsx001.amr.corp.intel.com (10.22.226.42) by orsmsx601.amr.corp.intel.com (10.22.226.213) with Microsoft SMTP Server (TLS) id 8.1.311.2; Fri, 23 Jan 2009 14:30:24 -0800 Received: from orsmsx503.amr.corp.intel.com ([10.22.226.47]) by orsmsx001.amr.corp.intel.com ([10.22.226.42]) with mapi; Fri, 23 Jan 2009 14:30:24 -0800 From: "Moore, Robert" To: "Moore, Robert" Date: Fri, 23 Jan 2009 14:30:23 -0800 Thread-Topic: ACPICA version 20090123 released Thread-Index: Acl9qi4rshM4NMqgRDidCCtcP84+9A== Message-ID: <4911F71203A09E4D9981D27F9D830858119E92C4@orsmsx503.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 23 Jan 2009 23:59:47 +0000 Cc: Subject: ACPICA version 20090123 released X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 22:58:58 -0000 23 January 2009. Summary of changes for version 20090123: This release is available at www.acpica.org/downloads. 1) ACPI CA Core Subsystem: Added the 2009 copyright to all module headers and signons. This affects=20 virtually every file in the ACPICA core subsystem, the iASL compiler, and=20 the tools/utilities. Implemented a change to allow the host to override any ACPI table, includin= g dynamically loaded tables. Previously, only the DSDT could be replaced by= the host. With this change, the AcpiOsTableOverride interface is called fo= r each table found in the RSDT/XSDT during ACPICA initialization, and also = whenever a table is dynamically loaded via the AML Load operator. Updated FADT flag definitions, especially the Boot Architecture flags. Debugger: For the Find command, automatically pad the input ACPI name with = underscores if the name is shorter than 4 characters. This enables a match = with the actual namespace entry which is itself padded with underscores. Example Code and Data Size: These are the sizes for the OS-independent acpi= ca.lib produced by the Microsoft Visual C++ 6.0 32-bit compiler. The debug = version of the code includes the debug output trace mechanism and has a muc= h larger code and data size. Previous Release: Non-Debug Version: 82.3K Code, 17.4K Data, 99.7K Total Debug Version: 157.1K Code, 49.7K Data, 206.8K Total Current Release: Non-Debug Version: 82.3K Code, 17.5K Data, 99.8K Total Debug Version: 157.3K Code, 49.8K Data, 207.1K Total 2) iASL Compiler/Disassembler and Tools: Fix build error under Bison-2.4. Dissasembler: Enhanced FADT support. Added decoding of the Boot Architectur= e flags. Now decode all flags, regardless of the FADT version. Flag output = includes the FADT version which first defined each flag. The iASL -g option now dumps the RSDT to a file (in addition to the FADT an= d DSDT). Windows only.