diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-05-23 09:52:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-05-23 09:52:25 +0000 |
commit | 1c62370d57329d26ffe2c6fb203f87c82bbe7214 (patch) | |
tree | 4fcf0ed7b3850db4714b1972332ce49effb3f322 /sys/arch/amd64/conf/files.amd64 | |
parent | 0c984989c891dc664204ca20f59257fd61f709ad (diff) |
AMD K10/K11 pstate driver allows setperf and apm to change CPU
frequencies on newer AMD systems.
Driver written by Bryan Steele / brynet gmail.com
Put it in deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/files.amd64')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index dbf3c01c4cf..86cc33959ca 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.61 2011/04/02 18:16:50 oga Exp $ +# $OpenBSD: files.amd64,v 1.62 2011/05/23 09:52:24 claudio Exp $ maxpartitions 16 maxusers 2 16 128 @@ -64,6 +64,7 @@ file arch/amd64/isa/clock.c file arch/amd64/amd64/powernow-k8.c !small_kernel file arch/amd64/amd64/est.c !small_kernel +file arch/amd64/amd64/k1x-pstate.c !small_kernel include "dev/rasops/files.rasops" include "dev/wsfont/files.wsfont" |