[MPlayer-cvslog] CVS: main cputable.h,1.7,1.8

Guillaume Poirier CVS syncmail at mplayerhq.hu
Tue Oct 4 17:02:37 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv32201

Modified Files:
	cputable.h 
Log Message:
Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH gmail POIS com>
Original thread:
Date: Oct 2, 2005 11:08 AM
Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h


Index: cputable.h
===================================================================
RCS file: /cvsroot/mplayer/main/cputable.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cputable.h	16 Dec 2003 13:35:01 -0000	1.7
+++ cputable.h	4 Oct 2005 15:02:35 -0000	1.8
@@ -119,11 +119,11 @@
 			/* D */ F_UNKNOWN, 
 			/* E */ F_UNKNOWN, 
 			/* F extended family (P4/new IA-64)*/ {
-				/* 0 */ N_UNKNOWN, 
-				/* 1 */ "Pentium 4/Xeon Willamette",
-				/* 2 */ "Pentium 4/Xeon/Celeron Foster",
-				/* 3 */ "Pentium 4/Xeon/Celeron Northwood",
-				/* 4 */ N_UNKNOWN, 
+				/* 0 */ "Pentium 4 Willamette/Xeon Foster",
+				/* 1 */ "Pentium 4 Willamette/Xeon Foster",
+				/* 2 */ "Pentium 4/Celeron D Northwood/Xeon Prestonia/Gallatin",
+				/* 3 */ "Pentium 4/Celeron D Prescott/Xeon Nocona",
+				/* 4 */ "Pentium 4/Celeron D Prescott/Xeon Nocona",
 				/* 5 */ N_UNKNOWN, 
 				/* 6 */ N_UNKNOWN, 
 				/* 7 */ N_UNKNOWN, 




More information about the MPlayer-cvslog mailing list