On Wed, Aug 29, 2007 at 10:33:03PM +0200, Torsten Duwe wrote:
diff -Burb --exclude=.svn CVS/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c tmp/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c --- CVS/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c 2007-07-25 18:25:58.000000000 +0200 +++ tmp/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c 2007-08-22 11:10:12.000000000 +0200 @@ -620,6 +620,7 @@ { X86_VENDOR_AMD, 0x40f33 }, /* AM2 : Opteron Dual Core/Athlon64 x2/ Athlon64 FX Dual Core */ { X86_VENDOR_AMD, 0xc0f13 }, /* AM2 : Athlon64 FX*/ { X86_VENDOR_AMD, 0x50ff3 }, /* DH-F3 Socket AM2: Athlon64 */
{ X86_VENDOR_AMD, 0x60fb1 }, /* Socket AM2: Athlon64 x2 5000+*/
#endif
{ 0, 0 },
Committed in r2754, thanks!
Uwe.