summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2014-09-08Clear the PME Status bit on PCI devices in response to Device Wake events.Mark Kettenis
2014-08-21Set the sensor's status when docking and undocking, not just its value.kspillner
2014-07-20Support hibernating to softraid crypto volumes.Mike Larkin
2014-07-20Skip reading bits from a region marked as "Preserve" if all bits will beMark Kettenis
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Add a function to drop all clean pages on the page daemon queues and callMark Kettenis
2014-07-12Preread the thermal zone trip points before reading the temperature value.Mike Larkin
2014-07-11Fix invocation of _OSC. We were passing the capabilities in the wrong DWORDMark Kettenis
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11Flush the buffercache to 16MB on hibernate and restore its previous maxMike Larkin
2014-07-10remove unneeded headerBret Lambert
2014-07-08Recognize (and ignore) ``black button'' presses. ok beck@Miod Vallat
2014-07-06If we find a bogus interrupt (undefined polarity or trigger) don't panic butMark Kettenis
2014-07-01Adding an additonal delay after each access to SystemMemory or SystemIOMark Kettenis
2014-06-25So it turns out that there is AML out there that asks for an accessMark Kettenis
2014-06-25If the Embedded Contoller device has a _STA method, evaluate it and bail outMark Kettenis
2014-06-23SystemMemory is used to access memory mapped registers on some machines, so weMark Kettenis
2014-05-23Expose bif_capacity as the 'design capacity' through an acpibat sensor,Landry Breuil
2014-05-21Fix invalid / missing format specifiers in several dnprintf statementsMike Larkin
2014-05-18_PIC is an optional method, so we shouldn't be aborting the rest of theMike Larkin
2014-05-02Make acpiprt(4) handle interrupts with non-standard polarity and trigger modeMark Kettenis
2014-05-02Make acpi_mutex_acquire/release actually grab the global lock if it should.Mark Kettenis
2014-04-26Get rid of duplication of the global lock code. Allow recursion in allMark Kettenis
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-13Fix a badly worded debug message that implied the entire machine was goingMike Larkin
2014-04-13perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUPTheo de Raadt
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-24add support for aux button strip on newer thinkpads like the 2ndjoshua stein
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