From 2969fe56e97c420d086ef4be04a3a69e297f6024 Mon Sep 17 00:00:00 2001 From: takawata Date: Mon, 30 Oct 2006 05:38:48 +0000 Subject: 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. --- sys/modules/acpi/acpi_aiboost/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/modules/acpi/acpi_aiboost/Makefile (limited to 'sys/modules/acpi') 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 -- cgit v1.1