index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
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
2008-10-07
Fix memory leak bug during scope evaluation (now without introducing a bug
Mark Kettenis
2008-10-04
Commit cleanup part of the diff that was backed out in the previous commit
Mark Kettenis
2008-10-01
The display cycle key generates two ACPI events, so catch both
Robert Nagy
2008-09-29
back out previous commit, since it is breaking a variety of machines
Theo de Raadt
2008-09-25
Fixed memory leak bug during scope evaluation
Jordan Hargrave
2008-09-22
ignore a type 6 event seen on my x200 when the ac adapter is
joshua stein
2008-09-15
Make this compile if !MULTIPROCESSOR.
Mark Kettenis
2008-09-12
In acpitz_setfan(), try to send fan commands to ``power resources'' objects.
Miod Vallat
2008-09-11
Thermal Zone entities might not be direct object references, but named
Miod Vallat
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-08-14
If the AML SizeOf() method is called with an object reference it should
Joel Sing
2008-08-14
add missing semicolon; ok mbalmer@, marco@
Robert Nagy
2008-08-10
Don'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 seems
Kenneth R Westerback
2008-08-06
Backout the acpicpu_setpdc code and the code to allow est to use acpicpu
Gordon Willem Klok
2008-08-05
Fix spurious 0 values on batteries seen on laptopts that have an embedded
Marco Peereboom
2008-07-23
move the aml_register_notify() call below for better debugging output.
Federico G. Schwindt
2008-07-18
POLL causes concurrency issues with event driven batteries. Remove for now
Marco Peereboom
2008-07-02
defines for output devices' events.
Federico G. Schwindt
2008-07-02
add acpivideo. for now almost an empty skel so others can work on
Federico G. Schwindt
2008-06-24
Thinkpad -> ThinkPad
Igor Sobrado
2008-06-15
On AMD64 running on Intel processors with EST add support for retreiving
Gordon Willem Klok
[next]