summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-10-24 23:36:20 +0000
committeralc <alc@FreeBSD.org>1999-10-24 23:36:20 +0000
commit5c654c474375626efab60ddf5d5bf9098b8f7337 (patch)
treefb19e1eb5a3ffe6fb802ca5ee02e00637bcfd2df
parent0e060fbfb1268ae91bc0e534e3bef1243b47142f (diff)
downloadFreeBSD-src-5c654c474375626efab60ddf5d5bf9098b8f7337.zip
FreeBSD-src-5c654c474375626efab60ddf5d5bf9098b8f7337.tar.gz
Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions
to print_AMD_features.
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 95ffcab0..9a130f4 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
- "\027<b22>"
+ "\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
- "\037<b30>"
+ "\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 95ffcab0..9a130f4 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
- "\027<b22>"
+ "\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
- "\037<b30>"
+ "\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}
OpenPOWER on IntegriCloud