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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to