Subject: CVS commit: [netbsd-4] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 08/14/2006 06:53:07
Module Name:	src
Committed By:	ghen
Date:		Mon Aug 14 06:53:07 UTC 2006

Modified Files:
	src/sys/arch/i386/i386 [netbsd-4]: powernow_k7.c
	src/sys/arch/x86/x86 [netbsd-4]: powernow_k8.c

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #21):
	sys/arch/i386/i386/powernow_k7.c: revision 1.15
	sys/arch/i386/i386/powernow_k7.c: revision 1.16
	sys/arch/x86/x86/powernow_k8.c: revision 1.3
Update license. I've been talking with Martin Vegiard (original author)
and he wanted to move his license to TNF, make it so.
* Skip duplicated freq values (they show up with different fid/vid).
* Fix cstate->fsb before calling k7pnow_states(), we need to use CPU
  MHz value like openbsd does.
Tested by Rhialto.


To generate a diff of this commit:
cvs rdiff -r1.13.2.1 -r1.13.2.2 src/sys/arch/i386/i386/powernow_k7.c
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/x86/powernow_k8.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.