Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2003 14:16:05 -0700
From:      Bakul Shah <bakul@bitblocks.com>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Current, ACPI and my Compac EVO N800c 
Message-ID:  <200305162116.h4GLG5PF061777@bitblocks.com>
In-Reply-To: Your message of "Fri, 16 May 2003 15:02:43 MDT." <20030516.150243.127665792.imp@bsdimp.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> How does one create a file from the aml?

If the aml is in a file foo.aml you can do this:
    acpidump -f foo.aml > foo.asl
To read your machine's DSDT tables and decode aml in it
    acpidump > foo.asl

To recreate an aml file once you fix anything, you will need
acpicatools from the ports.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305162116.h4GLG5PF061777>