diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-05-23 09:54:21 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-05-23 09:54:21 +0000 |
commit | 959ee871e781f5295e5401b183447c669d28aa44 (patch) | |
tree | 9ed1e841edcae3a1ed42a37db9ac2709ebc37c2b /sys/arch/i386/conf | |
parent | 1c62370d57329d26ffe2c6fb203f87c82bbe7214 (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 adjusted for i386
by myself. Put it in deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b4943512159..6c655e0d050 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.202 2011/04/30 15:33:18 mlarkin Exp $ +# $OpenBSD: files.i386,v 1.203 2011/05/23 09:54:20 claudio Exp $ # # new style config file for i386 architecture # @@ -37,6 +37,7 @@ file arch/i386/i386/pmap.c file arch/i386/i386/powernow.c !small_kernel file arch/i386/i386/powernow-k7.c !small_kernel file arch/i386/i386/powernow-k8.c !small_kernel +file arch/i386/i386/k1x-pstate.c !small_kernel file arch/i386/i386/process_machdep.c file arch/i386/i386/procfs_machdep.c procfs file arch/i386/i386/sys_machdep.c |