From 0dc6edf925213506f2448f2cb5057f01765237e8 Mon Sep 17 00:00:00 2001 From: wdlkmpx Date: Mon, 18 Apr 2016 19:29:09 +0000 Subject: [PATCH] Pentium D: more precise descriptions Basically: Model = 4 -> Smithfield Model = 6 -> Presler Download this 16 cpu-z screenshots to verify (1.5mb): http://s000.tinyupload.com/index.php?file_id=54246820652929080678 --- libcpuid/recog_intel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcpuid/recog_intel.c b/libcpuid/recog_intel.c index 8bc1555..476483b 100644 --- a/libcpuid/recog_intel.c +++ b/libcpuid/recog_intel.c @@ -196,10 +196,10 @@ const struct match_entry_t cpudb_intel[] = { { 15, 6, -1, 15, -1, 1, -1, -1, XEON , 0, "Xeon (Dempsey)" }, /* Pentium Ds */ - { 15, 4, 4, 15, -1, 1, -1, -1, NO_CODE , 0, "Pentium D" }, - { 15, 4, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D" }, - { 15, 4, 7, 15, -1, 1, -1, -1, NO_CODE , 0, "Pentium D" }, - { 15, 6, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D" }, + { 15, 4, 4, 15, -1, 1, -1, -1, NO_CODE , 0, "Pentium D (SmithField)" }, + { 15, 4, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D (SmithField)" }, + { 15, 4, 7, 15, -1, 1, -1, -1, NO_CODE , 0, "Pentium D (SmithField)" }, + { 15, 6, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D (Presler)" }, /* Celeron and Celeron Ds */ { 15, 1, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron (Willamette-128)" },