summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2014-03-13Update the _OSI list to include newer Redmond products which may be requestedBryan Steele
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-05force cfattach decl to same form as othersTheo de Raadt
2014-02-21Do the lid control further on in the resume sequence, since this isTheo de Raadt
2014-02-21these two drivers should be doing their repair at DVACT_WAKEUP timeTheo de Raadt
2014-02-21remove stray printf; ok piroftiTheo de Raadt
2014-01-30The activate function was registered as a detach function.Paul Irofti
2014-01-20Instead of checking sc->sc_revision <= 1 check that theClaudio Jeker
2014-01-05Don't use the first 64KB for anything, including tramps. Move tramps andMike Larkin
2013-12-24If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardwareMark Kettenis
2013-12-23Revert previous commit. It makes resume hang on some MP systems runningMark Kettenis
2013-12-22Bail out early if the PCI bus number is -1. This means the hardware isn'tMark Kettenis
2013-12-21save/restore hpet configuration. Perhaps a little more than weTheo de Raadt
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
2013-12-17do not put a second : in a dmesg line, use , insteadTheo de Raadt
2013-12-16Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needMark Kettenis
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-18format string cleanupTheo de Raadt
2013-11-06Add support for Power Resources for Dx states and the necessary hookMartin Pieuchot
2013-11-04Enable locking of fields using the acpi global lock if required. Seems to fixMark Kettenis
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-10-30Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad.Mike Larkin
2013-10-19Support the hibernate key (Fn-F12)Theo de Raadt
2013-08-21Add an indicator sensor to acpibtnX reflecting lid status when available,Landry Breuil
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-02If after processing an SCI event the SCI_EVT is no longer sent, we're doneMark Kettenis
2013-06-20Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD'sMartin Pieuchot
2013-06-02support aml_store to a method object to override itjoshua stein
2013-06-02The AML on the Lanner FW-8758 does a Store() to a named object that's neverMark Kettenis
2013-06-01Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device.Mike Larkin
2013-05-31Fix the build for a kernel without wd and pciide in its config.Alexander Bluhm
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-23Properly implement access to IndexField() field units. The origional codeMark Kettenis
2013-04-18pin the acpi thread to the BSP, because AML and SMI cannot be trusted. ITheo de Raadt
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-02recognize and ignore power change event from newer thinkpadsjoshua stein
2013-03-22Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightnessMark Kettenis
2013-02-09Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions andMiod Vallat
2013-01-18acpi: add acpiec_lock and acpi_unlock routines.Paul Irofti
2013-01-18acpi: Add global lock enter and leave routines.Paul Irofti
2012-12-24In acpiioctl(), Return though the splx() path if suser() returns an errorPhilip Guenthe
2012-11-27Add acpi_{acquire,release}_glk locking functions.Paul Irofti
2012-10-31don't show Kelvin units, and don't be off by a factor of 10 either.Theo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-04Use information provided by ACPI to attach secondary PCI host bridges.Christian Ehrhardt
2012-09-07Add a new function called acpi_pci_min_powerstate() that returns the lowestMark Kettenis
2012-08-16we are past the point where timecounters may disappearTed Unangst
2012-07-16Add shorter form function aml_node_setval() for setting an intTheo de Raadt