Age | Commit message (Expand) | Author |
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-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | 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 | 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 | 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-04 | Print supported sleep states. | Mark Kettenis |
2010-08-03 | Use the proper flag for re-enabling certain hardware events (power btn, | Mike Larkin |
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 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 | horrific indentation that nearly made me puke | Theo de Raadt |
2010-07-27 | Set the sleeping indicator light on machines that support it, in case SMI | Mike Larkin |
2010-07-27 | Early initialization of acpiec if ECDT table exists | Jordan Hargrave |
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-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |
2010-07-21 | in the acpi GPE handler, late ack level interrupts not edge interrupts. | Theo de Raadt |
2010-07-21 | Merge the edge and level gpe handlers into one (now possible since the | Theo de Raadt |
2010-07-21 | delete #if 0 code we are not going to use; ok marco | Theo de Raadt |
2010-07-20 | make the mask code for acpi_enable_onegpe() match other similar code | Theo de Raadt |
2010-07-20 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | When we're preparing to go to sleep, only call bufq_restart() if other | Matthew Dempsky |
2010-07-19 | permit compilation with ACPI_DEBUG | Theo de Raadt |
2010-07-19 | there is no need for a seperate dsdt_softc pointer; dsdt does not have a | Theo de Raadt |
2010-07-19 | acpi_delay() is no longer needed; ok jordan | Theo de Raadt |
2010-07-18 | Clear event status on resume, to avoid going back to sleep/reboot/shutdown | Mike Larkin |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-10 | Verify _ADR bdf is correct (some systems return 0xffff) | Jordan Hargrave |
2010-07-09 | Clear the noise | Jordan Hargrave |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-06 | Use spltty() to lock downcalls from apm against the information being | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2010-07-01 | Fix subordinate bus # for multi-root PCI buses | Jordan Hargrave |
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson |
2010-06-29 | Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk) | Theo de Raadt |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |