diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-20 00:51:51 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-20 00:51:51 +0000 |
commit | 73cc418a759e5c8fa45949cdf22ee1d3be52b831 (patch) | |
tree | 61ccbd93b80259e7883a51f2b57addd7d22d664a | |
parent | d6825d6349ebebc2c417a98e7348457e22c1e283 (diff) |
Update CPUID-Table for current Athlon CPUs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10887 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | cputable.h | 30 |
1 files changed, 24 insertions, 6 deletions
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, |