# HG changeset patch # User gpoirier # Date 1128438155 0 # Node ID 720ea3a032a694607ba0481c863e373785655c17 # Parent 7658dde0777bd20975d7fc0aa2eafcbf1699a740 Fix incorrect information for P4 family CPU, patch by Zuxy Original thread: Date: Oct 2, 2005 11:08 AM Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h diff -r 7658dde0777b -r 720ea3a032a6 cputable.h --- a/cputable.h Tue Oct 04 13:59:25 2005 +0000 +++ b/cputable.h Tue Oct 04 15:02:35 2005 +0000 @@ -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,