Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 01/02/2006 20:55:43
Module Name:	src
Committed By:	xtraeme
Date:		Mon Jan  2 20:55:42 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: identcpu.c

Log Message:
Remove the amd_powernow_probe() function introduced in the powernow
patch. Now we check for powernow capable cpus only if it's AMD and
family 6 (in the amd_family6_setup() function).

Fixes the panic reported by Steven M. Bellovin (tested by him too).


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/i386/i386/identcpu.c

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