aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix StallOp implementaion. I've noticed that StallOp corresponds toMitsuru IWASAKI2000-10-024-6/+5
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. NowMitsuru IWASAKI2000-10-013-0/+8
* - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order toMitsuru IWASAKI2000-09-306-5/+83
* More updates to the ACPI code:Mike Smith2000-09-309-940/+1434
* Whitespace, spelling and comments cleanup. Try to bring this a littleMike Smith2000-09-273-329/+381
* Shut up some debugging messages that appear to have been left on byMike Smith2000-09-273-93/+159
* Add code for device wake capability during sleeping state.Mitsuru IWASAKI2000-09-263-38/+369
* Add struct proc *acpi_thread in acpi_softc.Mitsuru IWASAKI2000-09-261-0/+1
* Clear intrrupt before kthread gets ready.Takanori Watanabe2000-09-261-0/+1
* Add event queueing kernel thread and GPE related code.Takanori Watanabe2000-09-262-6/+183
* Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.Mitsuru IWASAKI2000-09-211-0/+3
* Add new function in AML interpreter; aml_invoke_method().Mitsuru IWASAKI2000-09-204-6/+16
* Ignore power button and sleep button events for 5 sec.Mitsuru IWASAKI2000-09-202-2/+24
* Improve region I/O sub-routines by re-writing most of low level partMitsuru IWASAKI2000-09-207-298/+613
* Add acpi_send_pm_event() to inform all devices that the system isMitsuru IWASAKI2000-09-142-3/+63
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.Mitsuru IWASAKI2000-09-021-1/+1
* Change the probing order priority of acpi so that acpi is probed afterMitsuru IWASAKI2000-09-011-1/+1
* Cleanup on power off code under ACPI.Mitsuru IWASAKI2000-08-311-15/+21
* Refine implementation of PowerResource manipulation sub-routines.Mitsuru IWASAKI2000-08-293-119/+265
* A lot of changes on acpi driver code.Mitsuru IWASAKI2000-08-292-70/+80
* Move acpi_softc into acpi.h to be shared from additional files.Mitsuru IWASAKI2000-08-253-12/+433
* Add orthogonal part of ACPI support code.Takanori Watanabe2000-08-2421-0/+7195