Age | Commit message (Expand) | Author |
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 |
2010-08-03 | Remove old code that figures out the PCI bus number. The new code gets some | Mark Kettenis |
2010-08-03 | Add busy flag so that we don't act on a SCI until a command in progress | Marco Peereboom |
2010-08-03 | Use the proper flag for re-enabling certain hardware events (power btn, | Mike Larkin |
2010-08-02 | The EC GPE is always edge. edge interrupts have their STS bit reset | Theo de Raadt |
2010-07-29 | Don't set sc_ec until after the EC registers are mapped, but before we | Mark Kettenis |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt |
2010-07-28 | Make all gasio failures look and behave the same. | Marco Peereboom |
2010-07-28 | Delay a little longer on suspend before giving up. Fixes machines that | Mike Larkin |
2010-07-27 | remove an ancient XXX | Theo de Raadt |
2010-07-27 | remove XXX; EC can now be attached early when needed; ok jordan | Theo de Raadt |
2010-07-27 | more brackets feels good | Theo de Raadt |
2010-07-27 | XXX annotate a block in acpi_enter_sleep_state() that is pretty worrying | Theo de Raadt |
2010-07-27 | do not match a 2nd EC if something horrible happens; ok marco | Theo de Raadt |
2010-07-27 | Spaces vs tab | Marco Peereboom |
2010-07-27 | horrific indentation that nearly made me puke | Theo de Raadt |
2010-07-27 | Revert 1.34 certain systems need the parent ec pointer initialized earlier. | Marco Peereboom |
2010-07-27 | Set the sleeping indicator light on machines that support it, in case SMI | Mike Larkin |
2010-07-27 | annoying spaces getting in the way | Theo de Raadt |
2010-07-27 | Early initialization of acpiec if ECDT table exists | Jordan Hargrave |
2010-07-27 | replace acpitz_getreading goo with proper aml_evalinteger. | Marco Peereboom |
2010-07-27 | Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations | Kenneth R Westerback |
2010-07-27 | Add additional Notify handler for dock devices, according to ACPI spec | Jordan Hargrave |
2010-07-26 | Remove unused structure members | Jordan Hargrave |
2010-07-26 | Some machines include VID devices for hardware that doesn't exist. Avoid | Mark Kettenis |
2010-07-26 | remove merge error which was commited | Theo de Raadt |
2010-07-26 | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). | Paul Irofti |
2010-07-23 | Don't initialize acpiec pointer in acpi_softc until registration succeeds | Jordan Hargrave |
2010-07-23 | Control/data registers were being mapped with swapped io space tags | Jordan Hargrave |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |