mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
P4 Celeron: more precise descriptions
According to wikipedia, cpu-world and some cpu-z screenshots, these processors do have a code name and it's willamette, northwood, prescott or cedar mill Signed-off-by: Veselin Georgiev <anrieff@gmail.com>
This commit is contained in:
parent
13f382725b
commit
5f420362c6
2 changed files with 6 additions and 6 deletions
|
@ -202,11 +202,11 @@ const struct match_entry_t cpudb_intel[] = {
|
||||||
{ 15, 6, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D" },
|
{ 15, 6, -1, 15, -1, 1, -1, -1, PENTIUM_D , 0, "Pentium D" },
|
||||||
|
|
||||||
/* Celeron and Celeron Ds */
|
/* Celeron and Celeron Ds */
|
||||||
{ 15, 1, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron (128K)" },
|
{ 15, 1, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron (Willamette-128)" },
|
||||||
{ 15, 2, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron (128K)" },
|
{ 15, 2, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron (Northwood-128)" },
|
||||||
{ 15, 3, -1, 15, -1, 1, -1, -1, CELERON , 0, "Celeron D" },
|
{ 15, 3, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron D (Prescott-256)" },
|
||||||
{ 15, 4, -1, 15, -1, 1, -1, -1, CELERON , 0, "Celeron D" },
|
{ 15, 4, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron D (Prescott-256)" },
|
||||||
{ 15, 6, -1, 15, -1, 1, -1, -1, CELERON , 0, "Celeron D" },
|
{ 15, 6, -1, 15, -1, 1, -1, -1, CELERON , 0, "P-4 Celeron D (Cedar Mill-512)" },
|
||||||
|
|
||||||
/* -------------------------------------------------- */
|
/* -------------------------------------------------- */
|
||||||
/* Intel Core microarchitecture - P6-based */
|
/* Intel Core microarchitecture - P6-based */
|
||||||
|
|
|
@ -85,5 +85,5 @@ intel_fn4[3]=00000000 00000000 00000000 00000000
|
||||||
64
|
64
|
||||||
-1
|
-1
|
||||||
64 (non-authoritative)
|
64 (non-authoritative)
|
||||||
Celeron D
|
P-4 Celeron D (Prescott-256)
|
||||||
fpu vme de pse tsc msr pae mce cx8 apic mtrr sep pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni dts64 monitor ds_cpl cid xtpr
|
fpu vme de pse tsc msr pae mce cx8 apic mtrr sep pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni dts64 monitor ds_cpl cid xtpr
|
||||||
|
|
Loading…
Reference in a new issue