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