Bug 21233

Summary: Minor update for sys/i386/i386/identcpu.c
Product: Base System Reporter: ade <ade>
Component: kernAssignee: kato
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   

Description ade 2000-09-12 23:10:00 UTC
Relevant snippage from dmesg

[...]
CPU: Unknown 80686 (701.59-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6a0  Stepping = 0
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,XMM>
[...]

Fix: 

Add 'case 0xa0:' to sys/i386/i386/identcpu.c switch around
	line 209

$FreeBSD: src/sys/i386/i386/identcpu.c,v 1.80.2.1 2000/06/14 13:00:25 kato Exp $
How-To-Repeat: 
Buy more new Xeon III boxes from my supplier :)
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-09-17 20:25:55 UTC
Responsible Changed
From-To: freebsd-bugs->kato

Kato, can you please have a look at this PR, 
it seems to be yet another PIII/Xeon id.
Comment 2 kato freebsd_committer freebsd_triage 2000-09-26 10:02:41 UTC
State Changed
From-To: open->closed

Thank you for the report.  I've fixed the problem in rev 1.84 (HEAD) and 
1.80.2.1 (RELENG_4) of identcpu.c.