Detects the AMD Athlon family 6 model 6

This commit is contained in:
Stas Degteff 2005-11-05 21:30:36 +00:00
parent 3d6effef0c
commit 3940615b7b

View File

@ -142,6 +142,7 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
case 1:
case 2:
case 4:
case 6:
strcpy(m_name, "AMD_Athlon");
break;
case 3: