aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.x86
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2020-01-22 23:28:42 +0000
committerConrad Meyer <cem@FreeBSD.org>2020-01-22 23:28:42 +0000
commit4577cf3744b98d0fa7cea80c75079c3cf5155471 (patch)
treec55562aa9675e93475e483d131cddadad2ff648f /sys/conf/files.x86
parent7ec5e1c4cd74b66192e5a34c082dc580e587f77b (diff)
downloadsrc-4577cf3744b98d0fa7cea80c75079c3cf5155471.tar.gz
src-4577cf3744b98d0fa7cea80c75079c3cf5155471.zip
cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software. Let's get a working version of this in the tree and we can refine it from here. Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
Notes
Notes: svn path=/head/; revision=357002
Diffstat (limited to 'sys/conf/files.x86')
-rw-r--r--sys/conf/files.x863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.x86 b/sys/conf/files.x86
index 23df3edad565..3624fc26ac6e 100644
--- a/sys/conf/files.x86
+++ b/sys/conf/files.x86
@@ -290,7 +290,8 @@ x86/acpica/srat.c optional acpi
x86/bios/smbios.c optional smbios
x86/bios/vpd.c optional vpd
x86/cpufreq/est.c optional cpufreq
-x86/cpufreq/hwpstate.c optional cpufreq
+x86/cpufreq/hwpstate_amd.c optional cpufreq
+x86/cpufreq/hwpstate_intel.c optional cpufreq
x86/cpufreq/p4tcc.c optional cpufreq
x86/cpufreq/powernow.c optional cpufreq
x86/iommu/busdma_dmar.c optional acpi acpi_dmar pci