Module Name: src Committed By: jmcneill Date: Tue Aug 18 23:46:05 UTC 2009
Modified Files: src/doc: CHANGES Log Message: iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler is now included with i386 and amd64 installations. [jmcneill 20090818] To generate a diff of this commit: cvs rdiff -u -r1.1277 -r1.1278 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1277 src/doc/CHANGES:1.1278 --- src/doc/CHANGES:1.1277 Tue Aug 18 16:49:24 2009 +++ src/doc/CHANGES Tue Aug 18 23:46:05 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1277 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1278 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -369,3 +369,6 @@ nbperf(1): A minimal perfect hash function generator. [joerg 20090815] acpi(4): Updated ACPICA to 20090730. This release includes full support for the ACPI 4.0 specification. [jmcneill 20090818] + iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler + is now included with i386 and amd64 installations. + [jmcneill 20090818]