summaryrefslogtreecommitdiffstats
path: root/cputable.h
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 15:02:35 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 15:02:35 +0000
commitd2f5cab2065c7080dd260a6119402ad20be1c5c5 (patch)
tree85502a2b05897793cbca050670c87240113bb259 /cputable.h
parentabec4e3d3ec890abe9fd2ae48048cc708eac864f (diff)
downloadmpv-d2f5cab2065c7080dd260a6119402ad20be1c5c5.tar.bz2
mpv-d2f5cab2065c7080dd260a6119402ad20be1c5c5.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16656 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cputable.h')
-rw-r--r--cputable.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cputable.h b/cputable.h
index 92858abb82..11b9b298bf 100644
--- a/cputable.h
+++ b/cputable.h
@@ -119,11 +119,11 @@ static const char *cpuname
/* 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,