aboutsummaryrefslogtreecommitdiff
path: root/scripts/os/freebsd/10-cpu
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-18 16:44:57 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-18 16:47:56 -0400
commit5ef2aed3f3961b72699d9881ed09560f4d01371a (patch)
tree0a03131e31f9f2fe5762afab6d99319f742eb9b3 /scripts/os/freebsd/10-cpu
parentaa28ec7ef20517e994f01753e8c4e6fdd4d0643c (diff)
downloadinfrastructure-5ef2aed3f3961b72699d9881ed09560f4d01371a.tar.gz
Tons of desktop fixes
Diffstat (limited to 'scripts/os/freebsd/10-cpu')
-rw-r--r--scripts/os/freebsd/10-cpu5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/os/freebsd/10-cpu b/scripts/os/freebsd/10-cpu
index ea2afcf..67aeb68 100644
--- a/scripts/os/freebsd/10-cpu
+++ b/scripts/os/freebsd/10-cpu
@@ -28,3 +28,8 @@ if sysctl -n dev.hwpstate_intel.0.epp >/dev/null 2>&1; then
set_sysctl "dev.hwpstate_intel.${n}.epp=${intel_epp}"
done
fi
+
+# Enable CPU-related kernel modules.
+set_loader_conf \
+ cpuctl_load=YES \
+ coretemp_load=YES