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
/
acpidev.h
Age
Commit message (
Expand
)
Author
2009-03-10
Added sensor devices for Thinkpad (temp+fan)
Jordan Hargrave
2007-11-12
spacing
Theo de Raadt
2007-05-31
Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to
Gordon Willem Klok
2007-04-23
In acpidock_softc, change sc_sens from being a one element long array to
Michael Knudsen
2007-04-22
Whitespace cleanup.
Michael Knudsen
2007-04-22
Add a TAILQ, aml_nodelist, of devices depending on the dock device to
Michael Knudsen
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-01-27
Add some more _STA flags.
Marco Peereboom
2007-01-26
Actually add the acpidock indicator sensor stuff to the softc struct so
Michael Knudsen
2007-01-25
Remove comment that I committed by accident.
Michael Knudsen
2007-01-22
Add driver for ACPI docking stations.
Michael Knudsen
2007-01-18
Check whether PCI interrupt link devices are enabled.
Mark Kettenis
2007-01-03
Oops forgot this bit as part of the cleanup for acpiac. From Constantine
Marco Peereboom
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-21
more minor knf
Theo de Raadt
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-10-19
Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol
Marco Peereboom
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-03-04
Add the gasio magic to slow/speed cpu.
Marco Peereboom
2006-02-26
Add GRD and PCT structures.
Marco Peereboom
2006-02-26
Add _PSS.
Marco Peereboom
2006-02-17
Fixed code for handling _INI
Jordan Hargrave
2006-02-16
Print useful information during boot about the battery and power supply.
Marco Peereboom
2005-12-28
Add 2 methods (Battery Info and Battery Status)
Marco Peereboom
2005-12-16
Typo and use correct header file.
Marco Peereboom
2005-12-16
Add new unified header file for devices. Suggested deraadt@
Marco Peereboom