Author: delphij
Date: Thu May  5 12:52:05 2011
New Revision: 221493
URL: http://svn.freebsd.org/changeset/base/221493

Log:
  MFC r221335:
  
  Correct a typo.  According to Intel document 318914, the Tj(max) for Core 2
  Duo Mobile CPUs should be 105.
  
  Noticed by:   Mark Johnston <markjdb gmail.com>

Modified:
  stable/8/sys/dev/coretemp/coretemp.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/coretemp/coretemp.c
==============================================================================
--- stable/8/sys/dev/coretemp/coretemp.c        Thu May  5 10:17:49 2011        
(r221492)
+++ stable/8/sys/dev/coretemp/coretemp.c        Thu May  5 12:52:05 2011        
(r221493)
@@ -192,7 +192,7 @@ coretemp_attach(device_t dev)
        } else if (cpu_model == 0x17) {
                switch (cpu_stepping) {
                case 0x6:       /* Mobile Core 2 Duo */
-                       sc->sc_tjmax = 104;
+                       sc->sc_tjmax = 105;
                        break;
                default:        /* Unknown stepping */
                        break;
_______________________________________________
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