]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A lot of changes on acpi driver code.
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>
Tue, 29 Aug 2000 20:30:54 +0000 (20:30 +0000)
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>
Tue, 29 Aug 2000 20:30:54 +0000 (20:30 +0000)
commit001bdb7c404369b4e5e984c4d69dba49d8d5a6a3
tree6eeb510f07dc1119fd004127a0b3af645b1c0992
parente4a4123b1d61db0be31f340c43a6fe69b4adf22a
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!
sys/dev/acpi/acpi.c
sys/dev/acpi/aml/aml_name.c
sys/i386/include/acpica_osd.h
sys/sys/acpi.h
usr.sbin/acpi/amldb/aml/aml_name.c