Re: Current, ACPI and my Compac EVO N800c

Bakul Shah <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
> : > 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
> 
> hmmm, I want to hack the output acpidump's foo.asl and create the
> aml.  I get confused over the acronyms sometime.  Basically, I have
> source, and I wanna create something I can load in the loader.

aml == acpi machine language
asl == acpi source language

you need iasl from the ports/devel/acpicatools.  Something like

    iasl foo.asl

will create acpi_dsdt.aml.  You may need some options
depending on your asl file (for example, -i to ignore errors
and create acpi_dstl.aml in any case).
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.