Quoting joe@smittys.pointclark.net:
Quoting Uwe Hermann uwe@hermann-uwe.de:
On Fri, Oct 12, 2007 at 11:56:04PM -0400, Corey Osgood wrote:
joe@smittys.pointclark.net wrote:
Here is /proc/cpuinfo from the original bios:
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Mobile Intel(R) Celeron(TM) CPU 733MHz stepping : 4 cpu MHz : 731.076 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1445.88
What would my cpu_device_id be then? 0x06B4 right?
Yep, I think so.
You could also run 'cpuid -a' or 'x86info -a' for lots more information...
apt-get install cpuid apt-get install x86info
Uwe.
Ok, I will try that before someone acks my patch. I was just going by the datasheet:
Reserved [31:14] - 0x0000 Type [13:12] - 0x0000 Family[11:8] - 0x0600 Model [7:4] - 0x00B0 Stepping [3:0] 0x0004
= 0x06B4
Ok, I specifically found in the datasheet where it is a 0x06B4. Please ack and commit the patch.
Thanks - Joe