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
2010-07-29
Don't set sc_ec until after the EC registers are mapped, but before we
Mark Kettenis
2010-07-28
remove stub code for rw locks we will never need; ok kettenis marco
Theo de Raadt
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 an ancient XXX
Theo de Raadt
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
do not match a 2nd EC if something horrible happens; ok marco
Theo de Raadt
2010-07-27
Spaces vs tab
Marco Peereboom
2010-07-27
horrific indentation that nearly made me puke
Theo de Raadt
2010-07-27
Revert 1.34 certain systems need the parent ec pointer initialized earlier.
Marco Peereboom
2010-07-27
Set the sleeping indicator light on machines that support it, in case SMI
Mike Larkin
2010-07-27
annoying spaces getting in the way
Theo de Raadt
2010-07-27
Early initialization of acpiec if ECDT table exists
Jordan Hargrave
2010-07-27
replace acpitz_getreading goo with proper aml_evalinteger.
Marco Peereboom
2010-07-27
Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations
Kenneth R Westerback
2010-07-27
Add additional Notify handler for dock devices, according to ACPI spec
Jordan Hargrave
2010-07-26
Remove unused structure members
Jordan Hargrave
2010-07-26
Some machines include VID devices for hardware that doesn't exist. Avoid
Mark Kettenis
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-23
Don't initialize acpiec pointer in acpi_softc until registration succeeds
Jordan Hargrave
2010-07-23
Control/data registers were being mapped with swapped io space tags
Jordan Hargrave
2010-07-23
Fix searchname to handle short name segments, remove hack in acpidock.
Jordan Hargrave
2010-07-22
pretty large cleanup of SMALL_KERNEL
Theo de Raadt
2010-07-22
Remove unused function prototypes
Jordan Hargrave
2010-07-21
in the acpi GPE handler, late ack level interrupts not edge interrupts.
Theo de Raadt
2010-07-21
spacing and indents that are driving me crazy
Theo de Raadt
2010-07-21
clean up a pile of prototypes and shred some macros which were just covering
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
print the temperature readings that make us go down; ok kettenis
Theo de Raadt
2010-07-20
removed an unused proto
Theo de Raadt
2010-07-20
Handle the acpi interrupt controller with proper edge/level handling,
Theo de Raadt
2010-07-20
tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum
Theo de Raadt
2010-07-20
In acpiec_wait() we want to tsleep on an un-known channel, so that
Theo de Raadt
2010-07-20
remove prototypes for functions that do not exist; ok jordan
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
delete unnccessary include
Theo de Raadt
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
[next]