pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/acpi-iasl



Module Name:    pkgsrc
Committed By:   xtraeme
Date:           Fri Mar 28 14:22:15 UTC 2008

Modified Files:
        pkgsrc/sysutils/acpi-iasl: Makefile distinfo

Log Message:
Update to 20061109 source: (leaf package)

Fixed a problem where the presence of the _OSI predefined control
method within complex expressions could cause an internal compiler
error.

AcpiExec: Implemented full region support for multiple address
spaces. SpaceId is now part of the REGION object. BZ 429

Ported the -g option (get local ACPI tables) to the new ACPICA
Table Manager to restore original behavior.

Fixed a compilation problem with the pre-defined Resource
Descriptor field names where an "object does not exist" error
could be incorrectly generated if the parent ResourceTemplate
pathname places the template within a different namespace scope
than the current scope. (BZ 7212)

Fixed a problem where the compiler could hang after syntax errors
detected in an ElseIf construct. (BZ 453)

Fixed a problem with the AmlFilename parameter to the
DefinitionBlock() operator. An incorrect output filename was
produced when this parameter was a null string (""). Now, the
original input filename is used as the AML output filename, with
an ".aml" extension.

Implemented a generic batch command mode for the AcpiExec utility
(execute any AML debugger command) (Valery Podrezov).

Fixed a problem with the implementation of the Switch() operator
where the temporary variable was declared too close to the actual
Switch, instead of at method level. This could cause a problem if
the Switch() operator is within a while loop, causing an error on
the second iteration. (BZ 460)

Disassembler - fix for error emitted for unknown type for target
of scope operator. Now, ignore it and continue.

Disassembly of an FADT now verifies the input FADT and reports any
errors found. Fix for proper disassembly of full-sized (ACPI 2.0)
FADTs.

... and more, please review the changes.txt file for more info.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/acpi-iasl/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/acpi-iasl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index