summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-29 04:53:00 +0000
committerpeter <peter@FreeBSD.org>2000-09-29 04:53:00 +0000
commitb27667eff18ca678aed73ca9a38956c97bd783d4 (patch)
tree136ea7ed070c11035a4f366006c09659b3ed46e5 /sys/i386
parentd037f7d6c3ba6cdb5ffcf161105e11d31867959d (diff)
downloadFreeBSD-src-b27667eff18ca678aed73ca9a38956c97bd783d4.zip
FreeBSD-src-b27667eff18ca678aed73ca9a38956c97bd783d4.tar.gz
Fill in some more missing bits from cpu_features according to the Intel
Pentium4 cpuid docs.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/identcpu.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 49014ac..ffd31f9 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -558,7 +558,7 @@ printcpuinfo(void)
"\020"
"\001FPU" /* Integral FPU */
"\002VME" /* Extended VM86 mode support */
- "\003DE"
+ "\003DE" /* Debugging Extensions (CR4.DE) */
"\004PSE" /* 4MByte page tables */
"\005TSC" /* Timestamp counter */
"\006MSR" /* Machine specific registers */
@@ -567,25 +567,25 @@ printcpuinfo(void)
"\011CX8" /* CMPEXCH8 instruction */
"\012APIC" /* SMP local APIC */
"\013oldMTRR"
- "\014SEP"
+ "\014SEP" /* Fast System Call */
"\015MTRR" /* Memory Type Range Registers */
"\016PGE" /* PG_G (global bit) support */
- "\017MCA"
+ "\017MCA" /* Machine Check Architecture */
"\020CMOV" /* CMOV instruction */
"\021PAT" /* Page attributes table */
"\022PSE36" /* 36 bit address space support */
"\023PN" /* Processor Serial number */
- "\024<b19>"
+ "\024CLFLUSH" /* Has the CLFLUSH instruction */
"\025<b20>"
- "\026<b21>"
- "\027<b22>"
+ "\026DTS" /* Debug Trace Store */
+ "\027ACPI" /* ACPI support */
"\030MMX" /* MMX instructions */
"\031FXSR" /* FXSAVE/FXRSTOR */
- "\032XMM" /* Katmai SIMD/MMX2 instructions */
- "\033<b26>"
- "\034<b27>"
+ "\032SSE" /* Streaming SIMD Extensions */
+ "\033SSE2" /* Streaming SIMD Extensions #2 */
+ "\034SS" /* Self snoop */
"\035<b28>"
- "\036<b29>"
+ "\036ACC" /* Auto Clock Correction (TCC/ACPI) */
"\037<b30>"
"\040<b31>"
);
OpenPOWER on IntegriCloud