[lm-sensors] Support for Family 10h CPUs - Not all sensors are defect.
Clemens Ladisch
clemens at ladisch.de
Mon Nov 23 08:58:37 CET 2009
Jean Delvare wrote:
> On Sat, 21 Nov 2009 18:28:25 +0100, Jan Bessai wrote:
> > according to AMD (
> > http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/41322.pdf
> > ) not all AMD K10 CPUs have defect sensors. In fact only DR-* revisions
> > are affected. All CPUs with Socket AM3 as well as all Phenom II Processors
> > and some Opterons are unaffected (DA-*, RB-*, HY-*).
> > Please reconsider the statement "Embedded sensors are known to be
> > unreliable, and won't be supported ever.".
>
> We can do that. But how does this translate into CPUID numbers?
Family 0xF, extended family 1, model 2.
Or, to quote a certain driver that happend to be posted on this list
recently:
static bool __devinit has_erratum_319(void)
{
/*
* Erratum 319: The thermal sensor of older Family 10h processors
* (B steppings) may be unreliable.
*/
return boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model <= 2;
}
HTH
Clemens
More information about the lm-sensors
mailing list