freebsd-dev/usr.sbin/acpi/amldb/aml
Mitsuru IWASAKI c369b3b021 Improve region I/O sub-routines by re-writing most of low level part
of AML interpreter.
 - Delete and cleanup a lot of almost duplicated code in kernel/userland.
 - Add new common functions for kernel/userland code.
      aml_adjust_readvalue(), aml_adjust_updatevalue(),
      aml_region_handle_alloc(), aml_region_handle_free() and
      aml_region_io().
 - Add primitive functions for both versions of kernel/userland in order to
   have shared code as much as possible.
      aml_region_read_simple(), aml_region_write_simple(),
      aml_region_prompt_read(), aml_region_prompt_write() and
      aml_region_prompt_update_value().
 - Consider update rule and access type in field flags. Also add a lot of
   definitions for the flags.
 - Fix bugs on bit manipulation for read/write operations.
 - Fix bugs on IndexField I/O part.  Also add workaround for temporary
   object corruption during StoreOp interpretation.
2000-09-20 01:01:32 +00:00
..
aml_amlmem.c
aml_amlmem.h
aml_common.c Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_common.h Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_env.h
aml_evalobj.c Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_evalobj.h
aml_memman.c
aml_memman.h
aml_name.c
aml_name.h
aml_obj.c
aml_obj.h
aml_parse.c Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_parse.h
aml_region.c Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_region.h Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_status.h
aml_store.c Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
aml_store.h