Update VIA CPU detection

This commit is contained in:
Stas Degteff 2005-10-27 16:31:35 +00:00
parent d33dc84ae5
commit 1f3c735f39

View File

@ -280,8 +280,8 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
{
switch (family)
{
case 6:
sprintf(m_name, "VIA_C3_686", family, model);
case 6: // VIA C3 Nehemiah = F6M9; VIA C3 Samuel 2 = F6M7
sprintf(m_name, "VIA_C3", family, model);
break;
default:
sprintf(m_name, "VIA F%dM%d", family, model);