Module Name: src Committed By: snj Date: Tue Jun 16 02:25:41 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 782 and 789. To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-5.1 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-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.29 src/doc/CHANGES-5.1:1.1.2.30 --- src/doc/CHANGES-5.1:1.1.2.29 Wed Jun 10 17:19:08 2009 +++ src/doc/CHANGES-5.1 Tue Jun 16 02:25:41 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.29 2009/06/10 17:19:08 bouyer Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.30 2009/06/16 02:25:41 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -976,3 +976,24 @@ on a block device. Inspired by PR kern/41127. [snj, ticket #803] +sys/arch/x86/conf/files.x86 1.52 via patch +sys/arch/x86/include/cpu.h 1.17 +sys/arch/x86/x86/cpu_topology.c 1.1 +sys/arch/x86/x86/identcpu.c 1.16 via patch +sys/arch/xen/conf/files.xen 1.99 via patch + + Move x86 CPU topology detection code into the separate file. + [rmind, ticket #782] + +sys/arch/x86/include/specialreg.h 1.36 +sys/arch/x86/x86/cpu_topology.c 1.2 + + Add CPU topology detection support for AMD processors. + Tested on the following AMD CPUs: + - Family 15, model 65 + - Family 15, model 67 + - Family 15, model 75 + - Family 16, model 2 + - Family 17, model 3 + [rmind, ticket #789] +