Age | Commit message (Expand) | Author |
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom |
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-03-20 | changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i... | Jordan Hargrave |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2011-01-10 | Attach acpihpet only once. The matching code is changed because acpi bus | Mike Belopuhov |
2011-01-09 | Continue loading acpiec even if _REG fails.. allows HP G62 to work properly | Jordan Hargrave |
2011-01-08 | Removed unused structure member | Jordan Hargrave |
2011-01-05 | Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machine | Mark Kettenis |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-11-10 | The acpibat(4) notify function should not unconditionally call both _BIF | Mark Kettenis |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-15 | Remove redundant definition | Jordan Hargrave |
2010-10-07 | Create separate functions for enabling wake and runtime gpes. | Jordan Hargrave |
2010-10-05 | split acpi_enable_onegpe to separate enable/disable functions | Jordan Hargrave |
2010-10-05 | Added acpi_disable_allgpes function to clear GPE status | Jordan Hargrave |
2010-10-05 | clean up acpi_softc use more | Theo de Raadt |
2010-10-05 | delete a bit of #if 0 code | Theo de Raadt |
2010-10-05 | hide use of our global acpi_softc pointer a bit better | Theo de Raadt |
2010-09-29 | grab the acpi thread lock very early in acpi thread startup; not that it | Theo de Raadt |
2010-09-21 | Add support for newer asus boards that use a different method to poll | Claudio Jeker |
2010-09-19 | acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-29 | - add a check for FWRITE here too. | Jasper Lievisse Adriaanse |
2010-08-28 | powerhooks in acpi drivers? oh boy. change this into a (not yet called) | Theo de Raadt |
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-08 | Stop recursion introduced in rev 1.42, by reverting most of that commit. | Mark Kettenis |
2010-08-08 | Report the acpi sleep states when on a RAMDISK; ok krw | Theo de Raadt |
2010-08-07 | Enforce acpi register access rescrictions. | Mark Kettenis |
2010-08-07 | Enforce acpi register access rescrictions. | Mark Kettenis |
2010-08-07 | Generate power change events for APM. Makes powerup and powerdown scripts | Can Erkin Acar |
2010-08-07 | The wakeup of the acpi thread is not needed. This code is being called | Theo de Raadt |
2010-08-07 | upon resume, notify all the acpiac and acpibat drivers to update | Theo de Raadt |
2010-08-06 | Always call _PSW on _LID devices that support it to enable lid open to | Marco Peereboom |
2010-08-06 | As part of a revamp of the PM1/GPE code, I write this diff to look for | Theo de Raadt |
2010-08-05 | new i386/amd64 machdep.lidsuspend sysctl which decides whether a lid | Theo de Raadt |
2010-08-05 | lid suspend logic was backwards | Theo de Raadt |
2010-08-05 | Wakeup machine when lid is opened on laptops that have acpibtn _LID. | Marco Peereboom |
2010-08-05 | PM1 power button events were generating 'fake events' to acpibtn PWRB, | Theo de Raadt |
2010-08-05 | rename a variable which is annoyingly poorly named | Theo de Raadt |
2010-08-05 | Write to the correct offset for various ACPI pmreg registers. Writing to | Mike Larkin |
2010-08-05 | Fix the power button. The pm1 register is 16 bits in size. | Theo de Raadt |
2010-08-05 | Add Windows2009 to the valid osi table; from marco, suggested as a trial | Theo de Raadt |
2010-08-04 | Remove unused code, conditional in fixup node was never true | Jordan Hargrave |
2010-08-04 | Print supported sleep states. | Mark Kettenis |