Sync ACPICA with Intel's version 20160527.
authorSascha Wildner <saw@online.de>
Sat, 28 May 2016 00:31:27 +0000 (02:31 +0200)
committerSascha Wildner <saw@online.de>
Sat, 28 May 2016 00:35:38 +0000 (02:35 +0200)
commit2adac2b89e38fbd19ff49dd89edc812f478d75fd
tree980acfaaa6639a005737b275629da9e13ab6f784
parent6375454f2769d4fd6ca78135b17ee22c4eeaab3f
Sync ACPICA with Intel's version 20160527.

* Temporarily reverted the new arbitrary bit length/alignment support
  in AcpiHwRead/AcpiHwWrite for the Generic Address Structure. There
  have been a number of regressions with the new code that need to be
  fully resolved and tested before this support can be finally
  integrated into ACPICA. Apologies for any inconveniences these
  issues may have caused.

* The ACPI message macros are not configurable (ACPI_MSG_ERROR,
  ACPI_MSG_EXCEPTION, ACPI_MSG_WARNING, ACPI_MSG_INFO,
  ACPI_MSG_BIOS_ERROR, and ACPI_MSG_BIOS_WARNING). Lv Zheng.

* Fixed a couple of GCC warnings associated with the use of the
  -Wcast-qual option. Adds a new return macro, return_STR.
  Jung-uk Kim.

For a more detailed list, please see sys/contrib/dev/acpica/changes.txt.
21 files changed:
sys/contrib/dev/acpica/changes.txt
sys/contrib/dev/acpica/source/compiler/asloptions.c
sys/contrib/dev/acpica/source/components/debugger/dbobject.c
sys/contrib/dev/acpica/source/components/disassembler/dmopcode.c
sys/contrib/dev/acpica/source/components/disassembler/dmwalk.c
sys/contrib/dev/acpica/source/components/dispatcher/dsutils.c
sys/contrib/dev/acpica/source/components/executer/exfldio.c
sys/contrib/dev/acpica/source/components/hardware/hwregs.c
sys/contrib/dev/acpica/source/components/namespace/nsaccess.c
sys/contrib/dev/acpica/source/components/namespace/nsdump.c
sys/contrib/dev/acpica/source/components/utilities/utdebug.c
sys/contrib/dev/acpica/source/components/utilities/utdecode.c
sys/contrib/dev/acpica/source/components/utilities/utobject.c
sys/contrib/dev/acpica/source/include/acglobal.h
sys/contrib/dev/acpica/source/include/acmacros.h
sys/contrib/dev/acpica/source/include/acoutput.h
sys/contrib/dev/acpica/source/include/acpixf.h
sys/contrib/dev/acpica/source/include/acutils.h
sys/contrib/dev/acpica/source/include/platform/aclinux.h
sys/contrib/dev/acpica/source/tools/acpisrc/asfile.c
sys/contrib/dev/acpica/source/tools/acpisrc/asremove.c