summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-29 04:38:35 +0000
committerpeter <peter@FreeBSD.org>2000-09-29 04:38:35 +0000
commitd037f7d6c3ba6cdb5ffcf161105e11d31867959d (patch)
tree300ed46335674bcb6e99b1cc6f01d6c63c9567be /sys/amd64/include
parent55c46e5b71faba163a242794c96696e8b315d674 (diff)
downloadFreeBSD-src-d037f7d6c3ba6cdb5ffcf161105e11d31867959d.zip
FreeBSD-src-d037f7d6c3ba6cdb5ffcf161105e11d31867959d.tar.gz
First shot at identifying the Pentum 4 acording to our reading of the
the cpu_id extensions in the Intel docs. There is more info available. See the following URL for more details. http://developer.intel.com/design/processor/future/manuals/CPUID_Supplement.htm Requested by: Intel
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/cputypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h
index 93e01e2..585df67 100644
--- a/sys/amd64/include/cputypes.h
+++ b/sys/amd64/include/cputypes.h
@@ -56,8 +56,9 @@
#define CPU_M2 11 /* Cyrix M2 (aka enhanced 6x86 with MMX */
#define CPU_NX586 12 /* NexGen (now AMD) 586 */
#define CPU_CY486DX 13 /* Cyrix 486S/DX/DX2/DX4 */
-#define CPU_PII 14 /* Intel Pentium II */
-#define CPU_PIII 15 /* Intel Pentium III */
+#define CPU_PII 14 /* Intel Pentium II */
+#define CPU_PIII 15 /* Intel Pentium III */
+#define CPU_P4 16 /* Intel Pentium 4 */
#ifndef LOCORE
struct cpu_nameclass {
OpenPOWER on IntegriCloud