Age | Commit message (Expand) | Author |
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 |
2010-06-29 | Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume. | Mark Kettenis |
2010-06-29 | 60 is a more reasonable guess for number of minutes in an hour than 100. | Ted Unangst |
2010-06-27 | Add _acpi_matchhids routine, precursor to pci device match | Jordan Hargrave |
2010-06-27 | Clear ACPI fixed event status on resume (power buttons/etc) so that some | Mike Larkin |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-04-07 | If we have done a wsdisplay_suspend(), and ACPI decides it does not want to | Theo de Raadt |
2010-04-07 | Make suspend/resume work on MP machines (running an MP kernel). Joint work | Mark Kettenis |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-25 | Fix & vs. && in the kqfilter code. | Owain Ainsworth |
2009-11-26 | Visual (and on some machines, audio) feedback while the machine is | Mike Larkin |
2009-11-26 | Toggle into "cold" when we we disable interrupts, because tsleeping | Theo de Raadt |
2009-11-24 | in the resume path evaluate _WAK before dealing with device drivers | Jonathan Gray |
2009-11-24 | abort suspends on SMP systems until that gets written; ok mlarkin | Theo de Raadt |
2009-11-23 | pci should return the result of it's children's suspend/resume calls back | Mike Larkin |
2009-11-23 | acpi* devices need to call their children on suspend/resume. | Mike Larkin |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | knf and spacing that are super annoying | Theo de Raadt |
2009-11-23 | Hook up Theo's new children suspend/resume function, as well as more ACPI | Mike Larkin |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-26 | Verify checksum+address when loading ACPI tables. | Jordan Hargrave |
2009-07-23 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, | Constantine A. Murenin |
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti |
2009-06-03 | Add acpivideo support. This adds brightness support for all laptops | Paul Irofti |
2009-06-03 | Added ejectable bay for IDE cdroms | Jordan Hargrave |
2009-04-30 | Oga changed apm ioctls and forgot to grep. Temporary work around by hitting | Marco Peereboom |
2009-04-19 | Call acpi_sleep_walk() when powering down just like when entering | Kenneth R Westerback |
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave |
2009-02-21 | overzealous cut/paste; found by Vladimir Kirillov <proger@uaoug.org.ua> | Marco Peereboom |
2009-02-20 | Oops didn't mean for Debugger() to remain there. | Marco Peereboom |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2009-02-10 | Fix null pointer for shutdown if acpi not enabled | Jordan Hargrave |
2009-02-04 | Some systems that claim to be ACPI 2.0 apparently don't provide an XSDT | Mark Kettenis |
2009-01-17 | A couple of stray malloc/memset -> malloc(M_ZERO), a bit of knf and | Kenneth R Westerback |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |