summaryrefslogtreecommitdiffstats
path: root/sys/modules/cpufreq
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-04 05:49:36 +0000
committernjl <njl@FreeBSD.org>2005-02-04 05:49:36 +0000
commit45af79d5a7b7757cb7e1394f446fce0fe28a02af (patch)
tree60f39092d98fbe5fbc9e42c00f659cc7ecfb9ac9 /sys/modules/cpufreq
parentdd116803e89bb2cf756cfdaf0af8b8162b650033 (diff)
downloadFreeBSD-src-45af79d5a7b7757cb7e1394f446fce0fe28a02af.zip
FreeBSD-src-45af79d5a7b7757cb7e1394f446fce0fe28a02af.tar.gz
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
Diffstat (limited to 'sys/modules/cpufreq')
-rw-r--r--sys/modules/cpufreq/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile
new file mode 100644
index 0000000..cd31b14
--- /dev/null
+++ b/sys/modules/cpufreq/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/cpufreq
+
+KMOD= cpufreq
+WARNS?= 2
+SRCS= ichss.c
+SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud