freebsd-nq/usr.sbin/acpi/amldb/aml
Mike Smith 96f5284585 More updates to the ACPI code:
- Move all register I/O into acpi_io.c
 - Move event handling into acpi_event.c
 - Reorganise headers into acpivar/acpireg/acpiio
 - Move find-RSDT and find-ACPI-owned-memory into acpi_machdep
 - Allocate all resources (except those detailed only by AML)
   as real resources.  Add infrastructure that will make adding
   resource support to AML code easy.
 - Remove all ACPI #ifdefs in non-ACPI code
 - Removed unnecessary includes
 - Minor style and commenting fixes

Reviewed by:	iwasaki
2000-09-30 20:12:27 +00:00
..
aml_amlmem.c
aml_amlmem.h
aml_common.c More updates to the ACPI code: 2000-09-30 20:12:27 +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 Add new function in AML interpreter; aml_invoke_method(). 2000-09-20 22:53:39 +00:00
aml_evalobj.h Add new function in AML interpreter; aml_invoke_method(). 2000-09-20 22:53:39 +00:00
aml_memman.c
aml_memman.h
aml_name.c
aml_name.h
aml_obj.c Add new function in AML interpreter; aml_invoke_method(). 2000-09-20 22:53:39 +00:00
aml_obj.h
aml_parse.c Add new function in AML interpreter; aml_invoke_method(). 2000-09-20 22:53:39 +00:00
aml_parse.h
aml_region.c More updates to the ACPI code: 2000-09-30 20:12:27 +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