summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2006-10-30 05:38:48 +0000
committertakawata <takawata@FreeBSD.org>2006-10-30 05:38:48 +0000
commit2969fe56e97c420d086ef4be04a3a69e297f6024 (patch)
tree6a758a37aeb1a7d8792000a51e15c8f4de1a822b /sys/modules/acpi
parent633d73890b16ca2113738bb6f755476277ac715f (diff)
downloadFreeBSD-src-2969fe56e97c420d086ef4be04a3a69e297f6024.zip
FreeBSD-src-2969fe56e97c420d086ef4be04a3a69e297f6024.tar.gz
Driver for some ASUS desktop motherboard extras.
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.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/acpi_aiboost/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/acpi/acpi_aiboost/Makefile b/sys/modules/acpi/acpi_aiboost/Makefile
new file mode 100644
index 0000000..e33b6d3
--- /dev/null
+++ b/sys/modules/acpi/acpi_aiboost/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/acpi_support
+
+KMOD= acpi_aiboost
+CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
+SRCS= acpi_aiboost.c opt_acpi.h device_if.h bus_if.h acpi_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud