From 73cc418a759e5c8fa45949cdf22ee1d3be52b831 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 20 Sep 2003 00:51:51 +0000 Subject: Update CPUID-Table for current Athlon CPUs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10887 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cputable.h | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'cputable.h') diff --git a/cputable.h b/cputable.h index d7944d1a5f..4686a5df8c 100644 --- a/cputable.h +++ b/cputable.h @@ -217,14 +217,14 @@ static const char *cpuname /* 0 */ N_UNKNOWN, /* Argon? */ /* 1 */ "Athlon K7", /* 2 */ "Athlon K75 Pluto,Orion", - /* 3 */ "Duron SF Spitfire", - /* 4 */ "Athlon TB Thunderbird", + /* 3 */ "Duron Spitfire", + /* 4 */ "Athlon Thunderbird", /* 5 */ N_UNKNOWN, - /* 6 */ "Athlon 4 PM Palomino/Athlon MP Multiprocessor/Athlon XP eXtreme Performance", + /* 6 */ "Athlon 4 /Athlon MP/XP Palomino", /* 7 */ "Duron MG Morgan", - /* 8 */ N_UNKNOWN, + /* 8 */ "Athlon MP/XP Thoroughbred", /* 9 */ N_UNKNOWN, - /* A */ N_UNKNOWN, + /* A */ "Athlon MP/XP/XP-M Barton", /* B */ N_UNKNOWN, /* E */ N_UNKNOWN, /* C */ N_UNKNOWN, @@ -239,7 +239,25 @@ static const char *cpuname /* C */ F_UNKNOWN, /* D */ F_UNKNOWN, /* E */ F_UNKNOWN, - /* F */ F_UNKNOWN + /* F Opteron */ { + /* 0 */ N_UNKNOWN, + /* 1 */ N_UNKNOWN, + /* 2 */ N_UNKNOWN, + /* 3 */ N_UNKNOWN, + /* 4 */ N_UNKNOWN, + /* 5 */ "Opteron SledgeHammer", + /* 6 */ N_UNKNOWN, + /* 7 */ N_UNKNOWN, + /* 8 */ N_UNKNOWN, + /* 9 */ N_UNKNOWN, + /* A */ N_UNKNOWN, + /* B */ N_UNKNOWN, + /* E */ N_UNKNOWN, + /* C */ N_UNKNOWN, + /* D */ N_UNKNOWN, + /* F */ N_UNKNOWN + } + }, /* Cyrix Corp./VIA Inc., "CyrixInstead" */ { /* 0 */ F_UNKNOWN, -- cgit v1.2.3