Module Name:    src
Committed By:   martin
Date:           Mon Jan 26 14:04:22 UTC 2015

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Tickets #1240 and #1241


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-6.2

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

Modified files:

Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.189 src/doc/CHANGES-6.2:1.1.2.190
--- src/doc/CHANGES-6.2:1.1.2.189	Mon Jan 26 13:44:55 2015
+++ src/doc/CHANGES-6.2	Mon Jan 26 14:04:22 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.189 2015/01/26 13:44:55 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.190 2015/01/26 14:04:22 martin Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -9504,3 +9504,20 @@ sys/arch/x86/pci/ichlpcib.c			1.46
 	bus_space_map() directly.
 	[msaitoh, ticket #1239]
 
+sys/arch/x86/include/specialreg.h			1.72 via patch
+
+	Add CPUID_TO_*() macros to avoid bug. Old macros are kept for
+	compatibility.
+	See http://mail-index.netbsd.org/port-amd64/2013/11/12/msg001978.html
+	[msaitoh, ticket #1240]
+
+sys/arch/x86/x86/identcpu.c			1.35-1.39
+
+	- Check cpuid leaf 4 for newer Intel CPU to know the cache information.
+	  This code might improve performance because it changes the number of
+	  page colors.
+	- Fix calculation of the cpu model (display model) in
+	  cpu_probe_amd_cache().
+	- CPUID leaf 2 and 4 are only for Intel processors.
+	[msaitoh, ticket #1241]
+

Reply via email to