Bug 14440

Summary: update to identcpu.c to "support" AMD K7's
Product: Base System Reporter: kbyanc <kbyanc>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kbyanc 1999-10-20 20:20:01 UTC
  identcpu.c doesn't appear to check for K7's processor identification. It is
rumored to recognize the K7 (I don't know, I don't have one; see
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=296945+0+current/freebsd-current)

  In any event, this is a short patch which I feel confident will do the job
(there isn't much to go wrong :) ). Someone with a K7 should check that MTRRs
get enabled and maybe write-allocate too.

  If this patch and i386/14438 are applied, everything about the K7 should
be recognized by FreeBSD.
Comment 1 Doug White freebsd_committer freebsd_triage 2000-05-03 06:28:13 UTC
State Changed
From-To: open->closed

identcpu.c just reads the model string right out of the CPU instead of 
trying to key against a cpuid.  Therefore this patch is not needed.