[ACPI] ACPICA 20050916
authorRobert Moore <Robert.Moore@intel.com>
Fri, 16 Sep 2005 20:51:15 +0000 (16:51 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 22 Sep 2005 03:51:39 +0000 (23:51 -0400)
commitbda663d36b94c723153246a4231bbc0f1cd1836e
treecc9f75c1d010d1b99d29f13acd600b21eda5eec5
parentefb0372bbaf5b829ff8c39db372779928af542a7
[ACPI] ACPICA 20050916

Fixed a problem within the Resource Manager where
support for the Generic Register descriptor was not fully
implemented.  This descriptor is now fully recognized,
parsed, disassembled, and displayed.

Restructured the Resource Manager code to utilize
table-driven dispatch and lookup, eliminating many of the
large switch() statements.  This reduces overall subsystem
code size and code complexity.  Affects the resource parsing
and construction, disassembly, and debug dump output.

Cleaned up and restructured the debug dump output for all
resource descriptors.  Improved readability of the output
and reduced code size.

Fixed a problem where changes to internal data structures
caused the optional ACPI_MUTEX_DEBUG code to fail
compilation if specified.

Signed-off-by: Robert Moore <Robert.Moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
18 files changed:
drivers/acpi/resources/rsaddr.c
drivers/acpi/resources/rscalc.c
drivers/acpi/resources/rsdump.c
drivers/acpi/resources/rsio.c
drivers/acpi/resources/rsirq.c
drivers/acpi/resources/rslist.c
drivers/acpi/resources/rsmemory.c
drivers/acpi/resources/rsmisc.c
drivers/acpi/resources/rsxface.c
drivers/acpi/utilities/utmisc.c
drivers/acpi/utilities/utmutex.c
include/acpi/acconfig.h
include/acpi/acdisasm.h
include/acpi/aclocal.h
include/acpi/acresrc.h
include/acpi/actypes.h
include/acpi/amlresrc.h
include/acpi/platform/acenv.h