Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/16/2000 12:19:03
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Nov 16 10:19:03 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: locore.s machdep.c

Log Message:
Newer Intel PIII processors also make available Brand ID value through
cpuid instruction, which is used to differentiate between Celeron, common PIII
and PIII Xeon; recognize it and print appropriate info if applicable

Information taken from Intel's (R)
Intel Processor Identification and the CPUID Instruction, AP-485


To generate a diff of this commit:
cvs rdiff -r1.225 -r1.226 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.416 -r1.417 syssrc/sys/arch/i386/i386/machdep.c

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