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
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
2006-02-22
Added new aml_register_notify to handle call-by-ID
Jordan Hargrave
2006-02-21
Rig the power button so that the machine shuts down correctly.
Marco Peereboom
2006-02-20
Fixed structure size for sleep states (bad grange!)
Jordan Hargrave
2006-02-19
Added code for aml_notify GPE notification callback
Jordan Hargrave
2006-02-19
jordan:
Marco Peereboom
2006-02-17
Add a generic delay function as per the ACPI spec.
Marco Peereboom
2006-02-03
Rewrote aml parser yet again...
Jordan Hargrave
2006-01-18
Added new evaluation routines
Jordan Hargrave
2006-01-17
Major overhaul of the aml parser. Evaluater temporarily disabled.
Jordan Hargrave
2006-01-06
One definition for sleeping states in acpireg.h is enough.
Alexander Yurchenko
2006-01-05
Find SLP_TYPx values and store them for future use in
Alexander Yurchenko
2005-12-30
make ACPI_DEBUG compile
Ted Unangst
2005-12-28
oops. forgot this. part of dsdt parsing changes
Jordan Hargrave
2005-12-16
Added hooks for powerdown/power button press
Jordan Hargrave
2005-12-16
Cleaned up common power management register i/o
Jordan Hargrave
2005-12-14
KNF
Marco Peereboom
2005-12-13
Add glue to attach devices to apci.
Marco Peereboom
2005-07-10
Spacing cleanup.
Alexander Yurchenko
2005-07-10
Protect from multiple inclusion.
Alexander Yurchenko
2005-06-02
Start on a basic ACPI framework -- does not do much more than read out the
Thorsten Lockert