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
/
acpivar.h
Age
Commit message (
Expand
)
Author
2011-04-06
Don't enumerate _DOD for attaching acpivout(4), since:
Martynas Venckus
2011-01-02
Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc
Jordan Hargrave
2010-10-31
Revert last commit: it breaks resume on Thinkpads
Philip Guenthe
2010-10-26
Add task queue for ACPI gpe and notify handlers
Jordan Hargrave
2010-08-08
Close race between the acpi thread and wscons ioctls running in process
Mark Kettenis
2010-08-07
Enforce acpi register access rescrictions.
Mark Kettenis
2010-08-05
PM1 power button events were generating 'fake events' to acpibtn PWRB,
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-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-13
rename some thread related interfaces so they are logical
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-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
2009-11-26
Visual (and on some machines, audio) feedback while the machine is
Mike Larkin
2009-11-23
Remove ACPI_SLEEP_ENABLED checks.
Paul Irofti
2009-11-23
Add missing acpivar.h changes from previous commit.
Mike Larkin
2009-11-02
Remove unused member(s) of `struct acpi_softc'.
Mark Kettenis
2009-10-26
Verify checksum+address when loading ACPI tables.
Jordan Hargrave
2009-10-15
Implement passive cooling for acpitz; works for some overheating machines
Jordan Hargrave
2009-09-04
Add common framework for storing device lists
Jordan Hargrave
2009-06-03
Add acpivideo support. This adds brightness support for all laptops
Paul Irofti
2009-04-17
Add device ranking support for future sleep/wake developments.
Paul Irofti
2009-02-19
suspend/resume bits so that we can develop this in tree. This is disabled.
Marco Peereboom
2009-01-20
Install ACPI S3 resume trampoline code in a lowmem page. First part
Mike Larkin
2008-11-06
Collapse all sanity checks of hids into one function.
Marco Peereboom
2008-09-15
Make this compile if !MULTIPROCESSOR.
Mark Kettenis
2007-12-05
Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)
Theo de Raadt
2007-11-25
When available and ACPI is enabled use the ACPI reset method
Jonathan Gray
2007-11-19
supply a place to store acpi version; from jsg
Theo de Raadt
2007-11-15
Make acpicpu(4) attach to the existing CPUs only.
Mike Belopuhov
2007-11-12
spacing
Theo de Raadt
2007-11-03
Added support for displaying wakeup devices
Jordan Hargrave
2007-05-31
Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to
Gordon Willem Klok
2007-02-19
Added acpi_map_address function for mapping GAS/IO registers
Jordan Hargrave
2007-01-31
Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage
Gordon Willem Klok
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-21
even more knf love
Theo de Raadt
2006-12-21
spacing
Theo de Raadt
2006-12-21
more minor knf
Theo de Raadt
2006-11-25
Add mutex.
Marco Peereboom
2006-10-19
Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol
Marco Peereboom
2006-10-15
Removed old GPE handler code remnants
Jordan Hargrave
2006-06-30
Support for calling Embedded Controller via new GPE interface
Jordan Hargrave
2006-06-30
Added new code for GPE handling
Jordan Hargrave
2006-06-30
Added offset argument for acpi read/write pmreg routines (new GPE code)
Jordan Hargrave
2006-05-29
Add embedded controller support.
Can Erkin Acar
2006-04-11
Add acpi_resume(struct acpi_softc *sc), which calls some AML methods,
Gordon Willem Klok
2006-04-11
Discover some ACPI sleep related methods, and call them at the
Gordon Willem Klok
[next]