summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2005-05-02Merge changes for ACPI-CA 20050408kochi
2005-05-02Merge ACPI-CA 20050408kochi
2005-05-02Import the INTEL ACPI-CA 20050408kochi
2005-03-25Add attimer(4) driver, with ISA and ACPI attachments.cube
2005-03-21Add pcppi(4) ACPI attachment, which matches the "AT-style speakerxtraeme
2005-02-27regenperry
2005-02-27remove trailing whitespace from the "generated from:" lineperry
2005-02-27nuke trailing whitespaceperry
2005-01-29Fix typo (Capabiltites -> Capabilities).jmcneill
2004-12-02Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@,xtraeme
2004-12-02Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@,xtraeme
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-06-25Handle a "device check" message by reloading battery information.mycroft
2004-06-25don't rely on the value of hz.yamt
2004-06-09The "implicit return" problem is already fixed since when I importedkochi
2004-06-07Add code for replacing DSDT. See comments in the file.kochi
2004-06-07Add ACPI_DISABLE_ON_POWEROFF option.kochi
2004-06-07Remove the first one (split _REG initialization path into two phases;kochi
2004-06-06In acpitz_get_zone only print verbose temperature thresholds when calledmartin
2004-06-05Remove a couple of items that are done now. XXX Is the first one also done?mycroft
2004-05-27don't compile acpi_madt.c unless options MPACPI is specified.kochi
2004-05-26ThermalZone improvement work by lha at stacken.kth.se, inspired fromkochi
2004-05-16Fix typo in variable name.kochi
2004-05-03Add sysmon pswitch hook so that powerd(8) can monitorkochi
2004-05-01specify static where appropriate.kochi
2004-04-24EcGpeHandler: in the case that the ec is EcLock'ed, always setyamt
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-22sprintf -> snprintfitojun
2004-04-12fix compilation when ACPI_DEBUG is not set.kochi
2004-04-12minor space nit from Alexander Yurchenko.kochi
2004-04-11- don't evaluate _UID, reuse ACPI_DEVINFOkochi
2004-04-11split power button and sleep button HIDs so that they can be matchedkochi
2004-04-11Clean up memory allocated during autoconfigurationkochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2004-04-11+ add prototypekochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2004-04-11return (x) -> return xkochi
2004-04-11return (x) -> return xkochi
2004-04-10whitespace nitkochi
2004-04-07A bugfix for Mutex handling.kochi
2004-03-31Only call acpiec_early_attach() in "acpi.c" if the kernel is configuredtron
2004-03-30Fix date in previous (shouldn't the entry just be removed?).wiz
2004-03-30ECDT support is complete.kochi
2004-03-30Add ACPI ECDT (Embedded Controller Description Table) support.kochi
2004-03-30Fix 16bit-wide access to PCI configuration space.kochi
2004-03-24Set sc->sc_glk,if acpi_eval_integer() evaluate _GLK in acpiec_attach.kanaoka
2004-03-24Don't include unnecessary header (acpi_osd.h)kochi
2004-03-24- Don't use ACPI CA internal functionskochi