aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add 3 new dynamic sysctl's to control the sleep states switched to on aJohn Baldwin2001-01-132-0/+53
* Enable fixed event at not only boot but also wakeup.Mitsuru IWASAKI2001-01-101-13/+33
* Change Embedded Controller lock to ACPI Global Lock.This is needed forTakanori Watanabe2001-01-021-11/+2
* Hack in interrupt routing support (using the core $PIR support, not usingMike Smith2000-12-292-6/+10
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().Mitsuru IWASAKI2000-12-244-4/+130
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-224-2/+479
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.Takanori Watanabe2000-12-211-2/+0
* Disable my previous committed code for a moment.Mitsuru IWASAKI2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().Mitsuru IWASAKI2000-12-201-0/+3
* Change priority of procedure queueing.Takanori Watanabe2000-12-201-2/+2
* Fix testing reboot howto flags in acpi_shutdown_final().Mitsuru IWASAKI2000-12-191-1/+1
* Fix with debugging option.Takanori Watanabe2000-12-151-2/+2
* Make Embedded Controller driver interrupt driven.Takanori Watanabe2000-12-141-19/+77
* Catch up with the recent conversion the per-eventhandler list mutex toMitsuru IWASAKI2000-12-122-0/+2
* Staticise some malloc poolsMike Smith2000-12-082-2/+2
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-0813-196/+512
* ACPI HID's aren't limited to 7 characters. Don't check the length of theMike Smith2000-12-051-2/+2
* Revert attach() back to the old behaviour of calling bus_generic_attach().Scott Long2000-12-022-8/+10
* AcpiOsMem primitives as required by the new ACPI CA snapshotMike Smith2000-12-011-1/+91
* Update to work with the new ACPI CA snapshot.Mike Smith2000-12-017-85/+63
* Remove unused PCI includes.Mike Smith2000-11-061-3/+0
* If acpica driver is loaded using kldload(8), warn and just ignore.Takanori Watanabe2000-10-312-0/+10
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-289-0/+972