From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 8 05:46:22 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A19C106564A for ; Mon, 8 Jun 2009 05:46:22 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id A555A8FC1A for ; Mon, 8 Jun 2009 05:46:21 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=pUGQqkMfHUvhtIr/ggHkMIVIXy3yH51C5Hv2OSl7yNKJHsd2zk57i6IGdjHhf2z7lCXQU+z2/ZLBWfdPO24FTCm3pSf8QiONvHZG8pX9UlcfOVY7En5shZaKN4eRxlmleJSf+5CRGi0Njxf0kP7SzVo3cW45qySZOMabMalETV4=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1MDXga-0004bF-Of for freebsd-acpi@freebsd.org; Mon, 08 Jun 2009 09:46:20 +0400 Date: Mon, 8 Jun 2009 09:46:18 +0400 From: Eygene Ryabinkin To: freebsd-acpi@freebsd.org Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="p609JBPwWeYlfsbE" Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: [PATCH] acpidump: teach to disassemble arbitrary memory locations as AML code X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rea-fbsd@codelabs.ru List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 05:46:22 -0000 --p609JBPwWeYlfsbE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Mon, Jun 08, 2009 at 09:12:12AM +0400, Eygene Ryabinkin wrote: > It is not uncommon when some chunks of the AML code are loaded by DSDT > from the memory locations that aren't part of the DSDT itself, but one > wants to see what's inside. It can be achieved with 'dd' and 'iasl', > but it is better to implement this machinery inside acpidump to ease the > life of both users and develepers that needs to see the full picture > of the ACPI stuff from foreign machines. [...] Hmm, seems like the patch was a bit corrupted, so attaching it instead of making inline. I had also submitted PR for this stuff: http://www.freebsd.org/cgi/query-pr.cgi?pr=135349 -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # --p609JBPwWeYlfsbE--