Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 10/04/2006 13:18:10
Module Name: src
Committed By: cube
Date: Wed Oct 4 13:18:10 UTC 2006
Modified Files:
src/sys/arch/amd64/amd64: identcpu.c
src/sys/arch/i386/i386: identcpu.c
src/sys/arch/x86/include: powernow.h
src/sys/arch/x86/x86: powernow_common.c
Log Message:
Rework the way PowerNow! and Cool'n'Quiet features are detected and
displayed, to make the code much simpler and easier to follow. Also, use
bitmask_printf() to make output consistent with other stuff. Use
CPUID2FAMILY() where appropriate.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/amd64/amd64/identcpu.c
cvs rdiff -r1.43 -r1.44 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/include/powernow.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/x86/powernow_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.