Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 01/15/2006 04:12:09
Module Name:	src
Committed By:	xtraeme
Date:		Sun Jan 15 04:12:09 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: powernow_k7.c
	src/sys/lkm/arch/i386/powernow: lkminit_powernow.c

Log Message:
Move the code that checks for a powernow capable cpu to pnowk7_init(),
so that the kernel and the lkm can use it without having it in two
files... plus minor fixes (idea from Rhialto).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/i386/powernow_k7.c
cvs rdiff -r1.1 -r1.2 src/sys/lkm/arch/i386/powernow/lkminit_powernow.c

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