summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpidev.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the ACPI EC aware of the AML global lock.pirofti2012-07-131-1/+2
* Always call _PSW on _LID devices that support it to enable lid open tomarco2010-08-061-1/+3
* Add busy flag so that we don't act on a SCI until a command in progressmarco2010-08-031-1/+3
* Add additional Notify handler for dock devices, according to ACPI specjordan2010-07-271-1/+2
* Remove unused structure membersjordan2010-07-261-10/+1
* Added changes for docking station, must eject all children devicesjordan2009-06-021-2/+4
* Added sensor devices for Thinkpad (temp+fan)jordan2009-03-101-1/+24
* spacingderaadt2007-11-121-5/+5
* Make powernow-k8 on amd64 and i386 use the _PSS object from acpi togwk2007-05-311-2/+5
* In acpidock_softc, change sc_sens from being a one element long array tomk2007-04-231-2/+2
* Whitespace cleanup.mk2007-04-221-5/+5
* Add a TAILQ, aml_nodelist, of devices depending on the dock device tomk2007-04-221-1/+4
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-7/+7
* Add some more _STA flags.marco2007-01-271-1/+3
* Actually add the acpidock indicator sensor stuff to the softc struct somk2007-01-261-1/+4
* Remove comment that I committed by accident.mk2007-01-251-6/+1
* Add driver for ACPI docking stations.mk2007-01-221-1/+28
* Check whether PCI interrupt link devices are enabled.kettenis2007-01-181-1/+2
* Oops forgot this bit as part of the cleanup for acpiac. From Constantinemarco2007-01-031-3/+3
* Add polling to devices that require it such as acpibat and acpitz.marco2006-12-261-1/+4
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-3/+5
* more minor knfderaadt2006-12-211-3/+3
* After a long debate at the hackathon it was decided that the acpi implementationmarco2006-11-291-2/+1
* Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolmarco2006-10-191-1/+35
* Massive ACPI changesjordan2006-10-121-5/+5
* Add the gasio magic to slow/speed cpu.marco2006-03-041-17/+2
* Add GRD and PCT structures.marco2006-02-261-1/+42
* Add _PSS.marco2006-02-261-1/+23
* Fixed code for handling _INIjordan2006-02-171-1/+4
* Print useful information during boot about the battery and power supply.marco2006-02-161-3/+3
* Add 2 methods (Battery Info and Battery Status)marco2005-12-281-2/+7
* Typo and use correct header file.marco2005-12-161-2/+2
* Add new unified header file for devices. Suggested deraadt@marco2005-12-161-0/+190