diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-10-28 07:03:42 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-10-28 07:03:42 +0000 |
commit | d42fc8ad09f099e6ef849a99eb522a0dd2f44938 (patch) | |
tree | 3278e0b05829e86c8508bf651b99a1a76c1fe243 /sys/arch/i386/conf/files.i386 | |
parent | c07b3df802c25f129d2b3406e08ee55466b2bfd0 (diff) |
update support for powernow (cool and quiet) on k7, and add support
for k8. preliminary and not well tested yet. from freebsd via
gordon klok.
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-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 b05a2937e34..f1259e5fd41 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.138 2005/10/04 22:04:23 marco Exp $ +# $OpenBSD: files.i386,v 1.139 2005/10/28 07:03:41 tedu Exp $ # # new style config file for i386 architecture # @@ -34,6 +34,7 @@ file arch/i386/i386/p4tcc.c !small_kernel & i686_cpu 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/process_machdep.c file arch/i386/i386/procfs_machdep.c procfs file arch/i386/i386/random.s |