DragonFly commits List (threaded) for 2008-04
DragonFly BSD
DragonFly commits List (threaded) for 2008-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

est(4) patch for centrino duo T7500


From: Cristi Magherusan <cristi.magherusan@xxxxxxxxxxxxx>
Date: Wed, 02 Apr 2008 23:02:24 +0300

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
Description: This is a digitally signed message part



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]