Age | Commit message (Expand) | Author |
2009-05-30 | Added error handler for missing AML nameref; fixes PR6103 | Jordan Hargrave |
2009-05-30 | Fixed parsing rules for Scope opcode, fixes panic on some HP systems | Jordan Hargrave |
2009-04-30 | Oga changed apm ioctls and forgot to grep. Temporary work around by hitting | Marco Peereboom |
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | Jordan Hargrave |
2009-04-26 | .desc field of the sensor struct shall not duplicate .type and .numt; ok jordan | Constantine A. Murenin |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2009-04-19 | zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;... | Constantine A. Murenin |
2009-04-19 | Call acpi_sleep_walk() when powering down just like when entering | Kenneth R Westerback |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti |
2009-04-11 | Add PnP ID for PCIe host bridge. | Mark Kettenis |
2009-04-10 | Fix for PR6099, read/write of non-byte aligned IndexField | Jordan Hargrave |
2009-04-10 | gasio was killed so kill proto | Marco Peereboom |
2009-04-09 | Fixed argtype for Increment/Decrement. Field args were being evaluated as | Jordan Hargrave |
2009-03-31 | Backout previous change; it breaks more machines than it fixes. | Mark Kettenis |
2009-03-21 | Always re-route interrupts, even when doing so appears to be a no-op. Some | Mark Kettenis |
2009-03-13 | tabs; stupid emacs | Marco Peereboom |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave |
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave |
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave |
2009-03-11 | Remove noisy printf debug | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave |
2009-03-07 | Misc cleanups, remove dead code | Jordan Hargrave |
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave |
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave |
2009-02-24 | back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because of | Theo de Raadt |
2009-02-24 | Backout a backout because noone knows what the hell the backout is a | Theo de Raadt |
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-18 | Backout PDC & PPC changes because it hangs several laptops. | Marco Peereboom |
2009-02-16 | Be a litte bit more paranoid and validate the APIC table before committing | Mark Kettenis |
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-27 | Turns out the IRQ Information is optional in IRQ Descriptor resources, so | Mark Kettenis |
2009-01-20 | Add workaround for broken ATI southbridges; inspired by how Linux handles this. | Mark Kettenis |
2009-01-20 | Install ACPI S3 resume trampoline code in a lowmem page. First part | Mike Larkin |
2009-01-17 | A couple of stray malloc/memset -> malloc(M_ZERO), a bit of knf and | Kenneth R Westerback |
2008-12-26 | Back out rev 1.14 as it makes machines like the T30 crash on boot. | Jonathan Gray |
2008-12-23 | only a small number of thinkpads need the brightness adjustments | joshua stein |
2008-12-22 | With respect to the previous diff we cannot just call acpicpu_setperf | Gordon Willem Klok |
2008-12-22 | Make acpicpu_setperf behave the same as the ACPI aware EST and | Gordon Willem Klok |
2008-12-19 | On many systems the information returned by _PRT is an absolute lie, especially | Mark Kettenis |
2008-12-17 | Make the code that picks an IRQ from the list of possible IRQs a bit smarter | Mark Kettenis |
2008-12-07 | Make acpiprt(4) check whether the current interrupt routing is "possible" and | Mark Kettenis |
2008-11-22 | Re-enable ACPI PDC support and fetching cpu performance states | Gordon Willem Klok |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |