svn commit: r197102 - head/sys/dev/amdtemp

Jung-uk Kim jkim at FreeBSD.org
Mon Sep 14 20:13:31 UTC 2009


On Monday 14 September 2009 04:08 pm, Jung-uk Kim wrote:
> Please try the attached patch.  I tried to implement all the quirks
> in Revision Guide carefully but I must admit that I haven't tried
> it on anything earlier than Revision F.

This patch has one typo:

+       /*
+        * Errata #154: Incorect Diode Offset
+        */
+       if (cpu_id == 0x20f32) {
+               do_cpuid(0x80000001, regs);
+               if ((regs[1] && 0xfff) == 0x2c)
                             ^^
                             &
+                       sc->sc_flags |= AMDTEMP_FLAG_DO_QUIRK;
+       }

Today is not my day. :-(

Sorry again,

Jung-uk Kim


More information about the svn-src-all mailing list