Deleted Added
full compact
changes.txt (298714) changes.txt (300879)
1----------------------------------------
1----------------------------------------
227 May 2016. Summary of changes for version 20160527:
3
4This release is available at https://acpica.org/downloads
5
6
71) ACPICA kernel-resident subsystem:
8
9Temporarily reverted the new arbitrary bit length/alignment support in
10AcpiHwRead/AcpiHwWrite for the Generic Address Structure. There have been
11a number of regressions with the new code that need to be fully resolved
12and tested before this support can be finally integrated into ACPICA.
13Apologies for any inconveniences these issues may have caused.
14
15The ACPI message macros are not configurable (ACPI_MSG_ERROR,
16ACPI_MSG_EXCEPTION, ACPI_MSG_WARNING, ACPI_MSG_INFO, ACPI_MSG_BIOS_ERROR,
17and ACPI_MSG_BIOS_WARNING). Lv Zheng.
18
19Fixed a couple of GCC warnings associated with the use of the -Wcast-qual
20option. Adds a new return macro, return_STR. Junk-uk Kim.
21
22Example Code and Data Size: These are the sizes for the OS-independent
23acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The
24debug version of the code includes the debug output trace mechanism and
25has a much larger code and data size.
26
27 Current Release:
28 Non-Debug Version: 136.8K Code, 51.6K Data, 188.4K Total
29 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total
30 Previous Release:
31 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
32 Debug Version: 200.9K Code, 82.2K Data, 283.1K Total
33
34----------------------------------------
222 April 2016. Summary of changes for version 20160422:
3
41) ACPICA kernel-resident subsystem:
5
6Fixed a regression in the GAS (generic address structure) arbitrary bit
7support in AcpiHwRead/AcpiHwWrite. Problem could cause incorrect behavior
8and incorrect return values. Lv Zheng. ACPICA BZ 1270.
9

--- 16523 unchanged lines hidden ---
3522 April 2016. Summary of changes for version 20160422:
36
371) ACPICA kernel-resident subsystem:
38
39Fixed a regression in the GAS (generic address structure) arbitrary bit
40support in AcpiHwRead/AcpiHwWrite. Problem could cause incorrect behavior
41and incorrect return values. Lv Zheng. ACPICA BZ 1270.
42

--- 16523 unchanged lines hidden ---