aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_aiboost.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).Rui Paulo2010-07-251-353/+0
| | | | Notes: svn path=/head/; revision=210477
* - Numerous whitespace and style fixes.John Baldwin2009-10-291-127/+138
| | | | | | | | - More descriptive error messages when failing to parse components during attach. Notes: svn path=/head/; revision=198622
* The elements in the component arrays may be direct Package objects ratherJohn Baldwin2009-09-221-17/+19
| | | | | | | | | | | | | than references to objects. In that case, simply use the Package directly. I think a recent change to ACPI-CA is causing the interpreter to automatically expand these references. Reported by: Olivier Smedts olivier gid0 org MFC after: 3 days Notes: svn path=/head/; revision=197415
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
| | | | Notes: svn path=/head/; revision=193530
* Prevent freeing wild pointer when bailing out.Takanori Watanabe2006-11-061-1/+2
| | | | Notes: svn path=/head/; revision=164030
* Remove unused softc pointer variable from the probe routine.John Baldwin2006-10-311-3/+0
| | | | | | | | CID: 1560 Found by: Coverity Prevent (tm) Notes: svn path=/head/; revision=163825
* Driver for some ASUS desktop motherboard extras.Takanori Watanabe2006-10-301-0/+340
Though it is named after overclocking tool for ASUS motherboards, it is not capable to change clock ratio or CPU core voltage. This driver exports Templature, Power output voltage, Fan RPM under dev.acpi_aiboost.0.*. Descriptions for these values are set to sysctl describe, which can be get by sysctl -d. Notes: svn path=/head/; revision=163778