Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 19:45:06 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31879 for review
Message-ID:  <200305260245.h4Q2j6aE032856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31879

Change 31879 by peter@peter_hammer on 2003/05/25 19:44:43

	Update some bits based on documentation I dug up.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/identcpu.c#10 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/identcpu.c#10 (text+ko) ====

@@ -358,17 +358,17 @@
 		"\022PGE36"	/* 36 bit address space support */
 		"\023RSVD"	/* Reserved, unknown */
 		"\024MP"	/* Multiprocessor Capable */
-		"\025<b20>"
+		"\025NX"	/* Has EFER.NXE, NX (no execute pte bit) */
 		"\026<b21>"
-		"\027AMIE"	/* AMD MMX Instruction Extensions */
+		"\027MMX+"	/* AMD MMX Instruction Extensions */
 		"\030MMX"
 		"\031FXSAVE"	/* FXSAVE/FXRSTOR */
 		"\032<b25>"
 		"\033<b26>"
 		"\034<b27>"
 		"\035<b28>"
-		"\036<b29>"
-		"\037DSP"	/* AMD 3DNow! Instruction Extensions */
-		"\0403DNow!"
+		"\036LM"	/* Long mode */
+		"\0373DNow!+"	/* AMD 3DNow! Instruction Extensions */
+		"\0403DNow!"	/* AMD 3DNow! Instructions */
 		);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305260245.h4Q2j6aE032856>