est(4) patch for centrino duo T7500

Cristi Magherusan cristi.magherusan at net.utcluj.ro
Wed Apr 2 13:03:26 PDT 2008


Please someone review and apply the attached patch
Thanks!

Cristi
Index: est.c
===================================================================
RCS file: /home/dcvs/src/sys/platform/pc32/i386/est.c,v
retrieving revision 1.9
diff -r1.9 est.c
435c435
< static const struct fq_info pentium_core_duo[] = {
---
> static const struct fq_info pentium_core_duo_T2300[] = {
445a446,453
> static const struct fq_info pentium_centrino_duo_T7500[] = {
> 	{ 2200, 1420 },
> 	{ 1600, 1212 },
> 	{ 1200, 1068 }, 
> 	{  800,  988 },
> };
> 
> 
508c516
<         ENTRY("1.66", 0x06e8, pentium_core_duo, 5 ),
---
>         ENTRY("1.66", 0x06e8, pentium_core_duo_T2300, 5 ),
510a519,525
> static const struct fqlist pentium_merom[] = {
> 
> 	/* 800 MHz FSB CPUs */
>         ENTRY("2.20", 0x06fa, pentium_centrino_duo_T7500, 6 ),
> };
> 
> 
535a551,555
> 	{
> 		"Intel(R) Core(TM)2 Duo CPU     T7500  @ ", "GHz",
> 		(sizeof(pentium_merom) / sizeof(pentium_merom[0])),
> 		pentium_merom
> 	},
Attachment:
signature.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00000.pgp
Type: application/octet-stream
Size: 197 bytes
Desc: "Description: This is a digitally signed message part"
URL: <http://lists.dragonflybsd.org/pipermail/commits/attachments/20080402/ade13bc4/attachment-0018.obj>


More information about the Commits mailing list