1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/usr.sbin/acpi/amldb/aml
Mitsuru IWASAKI 6a8954b084 Fix StallOp implementaion. I've noticed that StallOp corresponds to
OsdSleepUsec(), SleepOp corresponds to OsdSleep() by reading ACPICA
source code.
 - Add OsdSleepUsec() which uses DELAY() simply.
 - Change unit of acpi_sleep() argument; microseconds to milliseconds.
2000-10-02 08:58:50 +00:00
..
aml_amlmem.c Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_amlmem.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_common.c Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Now 2000-10-01 08:17:47 +00:00
aml_common.h Fix StallOp implementaion. I've noticed that StallOp corresponds to 2000-10-02 08:58:50 +00:00
aml_env.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
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 Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_memman.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_name.c A lot of changes on acpi driver code. 2000-08-29 20:30:54 +00:00
aml_name.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_obj.c Add new function in AML interpreter; aml_invoke_method(). 2000-09-20 22:53:39 +00:00
aml_obj.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_parse.c Fix StallOp implementaion. I've noticed that StallOp corresponds to 2000-10-02 08:58:50 +00:00
aml_parse.h Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
aml_region.c Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Now 2000-10-01 08:17:47 +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 Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00
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 Add orthogonal part of ACPI support code. 2000-08-24 09:33:30 +00:00