NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/41290 CVS commit: src



The following reply was made to PR bin/41290; it has been noted by GNATS.

From: Paul Goyette <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41290 CVS commit: src
Date: Wed, 13 May 2009 22:25:51 +0000

 Module Name:   src
 Committed By:  pgoyette
 Date:          Wed May 13 22:25:51 UTC 2009
 
 Modified Files:
        src/sys/arch/x86/include: cacheinfo.h specialreg.h
        src/usr.sbin/cpuctl/arch: i386.c
 
 Log Message:
 1. Extend CPU probe of Intel processors to handle extended-models.  This
    allows us to properly identify new Intel 45nm processors, Core i7,
    Atom, and the 45nm Xeon MP.
 
 2. Properly decode several new Intel cache descriptors, as listed in the
    most recent (March 2009) edition of Intel's Application Note 485.
 
 3. Convert decode of the various features masks to use the newly added
    snprintb_m(3) routine.
 
 Addresses my PR bin/41289
 Addresses my PR bin/41290
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/cacheinfo.h
 cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/include/specialreg.h
 cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/cpuctl/arch/i386.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index