new cpuid's perhaps

This commit is contained in:
jasonmoxham 2012-06-11 01:56:45 +00:00
parent 26469696d0
commit 271b9451cf

View File

@ -163,6 +163,7 @@ CPUVEC_SETUP_x86_64;
if (model == 47){ CPUIS(westmere);break;} if (model == 47){ CPUIS(westmere);break;}
if (model == 54){ CPUIS(atom);break;}//DualCore Intel Atom D2700, 2133 MHz (16 x 133) (Cedarview, Saltwell core) 32nm if (model == 54){ CPUIS(atom);break;}//DualCore Intel Atom D2700, 2133 MHz (16 x 133) (Cedarview, Saltwell core) 32nm
if (model == 58){ CPUIS(sandybridge);break;}// this is ivybridge , map to sandybridge for now if (model == 58){ CPUIS(sandybridge);break;}// this is ivybridge , map to sandybridge for now
//if (model == 60){ CPUIS(haswell);break;}// ??????????????
break; break;
case 15: case 15:
#if CONFIG_GUESS_64BIT || FAT64 #if CONFIG_GUESS_64BIT || FAT64
@ -215,7 +216,7 @@ CPUVEC_SETUP_x86_64;
CPUIS(bobcat);// fusion of bobcat and GPU CPUIS(bobcat);// fusion of bobcat and GPU
break; break;
case 21: case 21:
CPUIS(bulldozer); CPUIS(bulldozer);//model=16 is piledriver?????
break; break;
} }
} }