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