diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-03-08 03:33:22 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-03-08 03:33:22 +0000 |
commit | 86a2e554404338ac982b3b81b956f08e324aebc0 (patch) | |
tree | 2440e43a112194e25af13ccd000055593210af52 /sys/arch/amd64/conf | |
parent | 04c30bf2d76475394d2e5b4f46c78daa68de854b (diff) |
Patch from Gordon Klock to update AMD PowerNow K8 support on i386,
and to add amd64 K8 support from FreeBSD.
Diffstat (limited to 'sys/arch/amd64/conf')
-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 7d40cbcf4a3..9655fff362e 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.19 2006/02/12 19:55:36 miod Exp $ +# $OpenBSD: files.amd64,v 1.20 2006/03/08 03:33:21 uwe Exp $ maxpartitions 16 maxusers 2 16 128 @@ -56,6 +56,7 @@ file arch/amd64/amd64/kgdb_machdep.c kgdb file arch/amd64/isa/clock.c file dev/clock_subr.c +file arch/amd64/amd64/powernow-k8.c include "dev/mii/files.mii" |