Subject: Pentium M 730, possibly correct mV values
To: None <port-i386@NetBSD.org>
From: Rui Paulo <rpaulo@fnop.net>
List: port-i386
Date: 01/03/2006 15:32:35
--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Here they are:

Index: est.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvsroot/src/sys/arch/i386/i386/est.c,v
retrieving revision 1.14
diff -u -p -r1.14 est.c
--- est.c       31 Dec 2005 17:55:55 -0000      1.14
+++ est.c       3 Jan 2006 14:57:46 -0000
@@ -262,6 +262,15 @@ static const struct fq_info pentium_m_n7
        {  600,  988 }
 };
=20
+/* Intel Pentium M processor 730 1.6 GHz */
+static const struct fq_info pentium_m_n730[] =3D {
+       { 1596, 1308 },
+       { 1330, 1260 },
+       { 1197, 1212 },
+       { 1064, 1180 },
+       {  798,  988 }
+};=20
+
 /* Intel Pentium M processor 735 1.7 GHz */
 static const struct fq_info pentium_m_n735[] =3D {
        { 1700, 1340 },
@@ -347,7 +356,10 @@ static const struct fqlist pentium_m_dot
        ENTRY("1.50", pentium_m_n758),
 #endif
        ENTRY("1.50", pentium_m_n715),
+#if 0
        ENTRY("1.60", pentium_m_n725),
+#endif
+       ENTRY("1.60", pentium_m_n730),
        ENTRY("1.70", pentium_m_n735),
        ENTRY("1.80", pentium_m_n745),
        ENTRY("2.00", pentium_m_n755),
@@ -380,8 +392,8 @@ static const struct est_cpu est_cpus[] =3D
 #define NESTCPUS  (sizeof(est_cpus) / sizeof(est_cpus[0]))
=20
=20
-#define MSRVALUE(mhz, mv)      ((((mhz) / 100) << 8) | (((mv) - 700) / 16))
-#define MSR2MHZ(msr)           ((((int) (msr) >> 8) & 0xff) * 100)
+#define MSRVALUE(mhz, mv)      ((((mhz) / 133) << 8) | (((mv) - 700) / 16))
+#define MSR2MHZ(msr)           ((((int) (msr) >> 8) & 0xff) * 133)
 #define MSR2MV(msr)            (((int) (msr) & 0xff) * 16 + 700)
=20
 static const struct fqlist *est_fqlist;        /* not NULL if functional */


		-- Rui Paulo

--Qxx1br4bt0+wmkIi
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (NetBSD)

iD8DBQFDupkTZPqyxs9FH4QRAhPVAJ937FK/n4tfIVNhBzakb/7A9ylnAACfcZyt
s1ne/Aw4zoqEd8e0gETjxJM=
=Qr8U
-----END PGP SIGNATURE-----

--Qxx1br4bt0+wmkIi--