freebsd-dev/sys/dev/acpi/aml
Mitsuru IWASAKI 001bdb7c40 A lot of changes on acpi driver code.
- The "Osd*" stuff went away from acpi driver code, use the bus_space
   functions directly instead.
 - Fix minor english bugs.
   acpi_registers_input  -> acpi_register_input
   acpi_registers_output -> acpi_register_output
 - Remove all magic numbers for the sleeping states.  We now have
   #defines for these.
 - NULL is treated the same as the return from aml_get_rootname in
   aml_find_from_namespace().

Suggested by:	msmith

Thanks mike!
2000-08-29 20:30:54 +00:00
..
aml_amlmem.c
aml_amlmem.h
aml_common.c
aml_common.h
aml_env.h
aml_evalobj.c
aml_evalobj.h
aml_memman.c
aml_memman.h
aml_name.c
aml_name.h
aml_obj.c
aml_obj.h
aml_parse.c
aml_parse.h
aml_region.c
aml_region.h
aml_status.h
aml_store.c
aml_store.h