Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 04/06/2004 16:20:29
Module Name:	src
Committed By:	cl
Date:		Tue Apr  6 16:20:29 UTC 2004

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

Log Message:
sync with arch/i386/i386/identcpu.c:
1.9/kim
AMD CPUID 0x6a0 is an Athlon XP processor model 10, revision A2.
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/27532.pdf
1.10/minoura
Print better names for Pentium4-class processors (Xeon, Celeron, etc).
1.11/mrg
- fix i386_intel_brand[]: it was missing a empty reserved entry at 0xD
  causing Mobile Pentium 4 to be shown as a Mobile Celeron.
- fix intel_family6_name() for brand=0xB && signature >= 0xF13
- fix a potential out-of-bounds array reference


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

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