dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dmidecode] [PATCH] correct some processor numbers from 2.6.1 spec


From: Jean Delvare
Subject: Re: [dmidecode] [PATCH] correct some processor numbers from 2.6.1 spec
Date: Tue, 21 Sep 2010 18:21:00 +0200

Hi Paul,

Sorry for the late reply.

On Wed, 8 Sep 2010 18:07:37 +0100 (BST), Paul Flo Williams wrote:
> In CVS and release 2.10, a few processors have been given the same code,
> so I've checked them against the specification.

Actually this bug only affects dmidecode CVS, these entries weren't
present in 2.10.

> diff -a -u -r1.144 dmidecode.c
> --- dmidecode.c       28 Aug 2009 20:39:04 -0000      1.144
> +++ dmidecode.c       8 Sep 2010 16:24:07 -0000
> @@ -769,8 +769,8 @@
>               { 0xDB, "Quad-Core Xeon 5xxx" },
> 
>               { 0xDD, "Dual-Core Xeon 7xxx" },
> -             { 0xDD, "Quad-Core Xeon 7xxx" },
> -             { 0xDD, "Multi-Core Xeon 7xxx" },
> +             { 0xDE, "Quad-Core Xeon 7xxx" },
> +             { 0xDF, "Multi-Core Xeon 7xxx" },
> 
>               { 0xE6, "Embedded Opteron Quad-Core" }, /* From 
> CIM_Processor.Family */
>               { 0xE7, "Phenom Triple-Core" }, /* From CIM_Processor.Family */

Thanks for reporting and thanks for the patch, I've just applied it to
CVS.


-- 
Jean Delvare



reply via email to

[Prev in Thread] Current Thread [Next in Thread]