summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2009-03-21Always re-route interrupts, even when doing so appears to be a no-op. SomeMark Kettenis
2009-03-13tabs; stupid emacsMarco Peereboom
2009-03-13Fixup in acpidock for aml_evalintegerJordan Hargrave
2009-03-13Fixed potential aml_freevalue on uninitialized stack , reported by krwJordan Hargrave
2009-03-11More aml_evalinteger fixupJordan Hargrave
2009-03-11Remove noisy printf debugJordan Hargrave
2009-03-11Cleanup.. use aml_evalinteger instead of aml_evalnameJordan Hargrave
2009-03-10Added sensor devices for Thinkpad (temp+fan)Jordan Hargrave
2009-03-10Fix cut/paste error.. call _BFS not _PTSJordan Hargrave
2009-03-07Misc cleanups, remove dead codeJordan Hargrave
2009-03-05Rip out old fieldio code (no longer used)Jordan Hargrave
2009-03-05New ACPI fieldio routinesJordan Hargrave
2009-02-24back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because ofTheo de Raadt
2009-02-24Backout a backout because noone knows what the hell the backout is aTheo de Raadt
2009-02-21overzealous cut/paste; found by Vladimir Kirillov <proger@uaoug.org.ua>Marco Peereboom
2009-02-20Oops didn't mean for Debugger() to remain there.Marco Peereboom
2009-02-19suspend/resume bits so that we can develop this in tree. This is disabled.Marco Peereboom
2009-02-18Backout PDC & PPC changes because it hangs several laptops.Marco Peereboom
2009-02-16Be a litte bit more paranoid and validate the APIC table before committingMark Kettenis
2009-02-10Fix null pointer for shutdown if acpi not enabledJordan Hargrave
2009-02-04Some systems that claim to be ACPI 2.0 apparently don't provide an XSDTMark Kettenis
2009-01-27Turns out the IRQ Information is optional in IRQ Descriptor resources, soMark Kettenis
2009-01-20Add workaround for broken ATI southbridges; inspired by how Linux handles this.Mark Kettenis
2009-01-20Install ACPI S3 resume trampoline code in a lowmem page. First partMike Larkin
2009-01-17A couple of stray malloc/memset -> malloc(M_ZERO), a bit of knf andKenneth R Westerback
2008-12-26Back out rev 1.14 as it makes machines like the T30 crash on boot.Jonathan Gray
2008-12-23only a small number of thinkpads need the brightness adjustmentsjoshua stein
2008-12-22With respect to the previous diff we cannot just call acpicpu_setperfGordon Willem Klok
2008-12-22Make acpicpu_setperf behave the same as the ACPI aware EST andGordon Willem Klok
2008-12-19On many systems the information returned by _PRT is an absolute lie, especiallyMark Kettenis
2008-12-17Make the code that picks an IRQ from the list of possible IRQs a bit smarterMark Kettenis
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-11-22Re-enable ACPI PDC support and fetching cpu performance statesGordon Willem Klok
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-07Fix memory leak bug during scope evaluation (now without introducing a bugMark Kettenis
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
2008-10-01The display cycle key generates two ACPI events, so catch bothRobert Nagy
2008-09-29back out previous commit, since it is breaking a variety of machinesTheo de Raadt
2008-09-25Fixed memory leak bug during scope evaluationJordan Hargrave
2008-09-22ignore a type 6 event seen on my x200 when the ac adapter isjoshua stein
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-12In acpitz_setfan(), try to send fan commands to ``power resources'' objects.Miod Vallat
2008-09-11Thermal Zone entities might not be direct object references, but namedMiod Vallat
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-08-14If the AML SizeOf() method is called with an object reference it shouldJoel Sing
2008-08-14add missing semicolon; ok mbalmer@, marco@Robert Nagy
2008-08-10Don't assume the first LAPIC in the table corresponds to the boot processor.Mark Kettenis
2008-08-08'prey' -> 'pray' in comment as prayer rather than predation seemsKenneth R Westerback
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok