x86 Family 6 Model 8 Stepping 6 GenuineIntel ...........

  • Thread starter Thread starter ik
  • Start date Start date
I

ik

I am tring to do computer inventory on our site, We have
various computers. (Example)On one of ourUnder computer
management in Windows 2000, System Information summary
processor is listed as ( x86 Family 6 Model 8 Stepping 6
GenuineIntel ~728 Mhz)

Now! any one know where can I locate a chart which
describes all the Intel processors explained by the above
description.

Thanks

ik
 
ik said:
I am tring to do computer inventory on our site, We have
various computers. (Example)On one of ourUnder computer
management in Windows 2000, System Information summary
processor is listed as ( x86 Family 6 Model 8 Stepping 6
GenuineIntel ~728 Mhz)

Now! any one know where can I locate a chart which
describes all the Intel processors explained by the above
description.
Hi

It is the Family (Code) and Model (Number) that is defining the
processor type.

You will find a table that defines what processor type the different
Family Code/Model Number represents in the pdf document that is
available for download here:

AP-485 Intel® Processor Identification and the CPUID Instruction
http://www.intel.com/design/xeon/applnots/241618.htm


Based on this table, your "Family 6 Model 8" processor is a
Pentium III processor, model 8, Pentium III Xeon processor, model 8,
or Intel Celeron processor, model 8.

"Downside" is that the table is listing the Family Code and Model
Number as binary values. Here is the table translated to decimal
values (by me):

Family Code
Model Number
Description
04 00 Intel486? DX processors
04 02 Intel486 SX processors
04 03 Intel487? processors
04 03 IntelDX2? processors
04 03 IntelDX2 OverDrive® processors
04 04 Intel486 SL processor
04 05 IntelSX2? processors
04 07 Write-Back Enhanced IntelDX2 processors
04 08 IntelDX4? processors
04 08 IntelDX4 OverDrive processors
05 01 Pentium® processors (60, 66)
05 02 Pentium processors (75, 90, 100, 120, 133, 150, 166, 200)
05 01 Pentium OverDrive processor for Pentium processor (60, 66)
05 02 Pentium OverDrive processor for Pentium processor
(75, 90, 100, 120, 133)
05 03 Pentium OverDrive processors for Intel486 processors
05 04 Pentium processor with MMX? technology (166, 200)
05 04 Pentium OverDrive processor with MMX? technology for
Pentium processor (75, 90, 100, 120, 133)
06 01 Pentium Pro processor
06 03 Pentium II processor, model 3
06 05 Pentium II processor, model 5, Pentium II Xeon processor,
model 5, and Intel Celeron processor, model 5. Note(5)
06 06 Intel Celeron processor, model 6
06 07 Pentium III processor, model 7, and Pentium III Xeon processor,
model 7. Note(6)
06 08 Pentium III processor, model 8, Pentium III Xeon processor,
model 8, and Intel Celeron processor, model 8. Note(7)
06 09 Intel Pentium M processor model 9.
06 10 Pentium III Xeon processor, model A
06 11 Pentium III processor, model B
06 13 Intel Pentium M processor model D.
06 03 Intel Pentium II OverDrive processor
15 00 Intel Pentium 4 processor or Intel Xeon processor
15 01 Pentium 4 processor, Intel Xeon processor, Intel Xeon processor MP,
and Intel Celeron processor.
15 02 Pentium 4 processor, Mobile Intel Pentium 4 processor – M, Intel
Xeon processor, Intel Xeon processor MP, Intel Celeron
processor, and Mobile Intel Celeron processor.
15 03 Pentium 4 processor, Mobile Intel Pentium 4 processor – M, Intel
Xeon processor, Intel Celeron processor.



Note referanses from above table:

5. To differentiate between the Pentium II processor, model 5, Pentium II
Xeon processor and the Intel Celeron processor, model 5, software should
check the cache descriptor values through executing CPUID instruction with
EAX = 2. If no L2 cache is returned, the processor is identified as an Intel
Celeron processor, model 5. If 1M or 2M L2 cache size is reported, the
processor is the Pentium II Xeon processor otherwise it is a Pentium II
processor, model 5 or a Pentium II Xeon processor with 512K L2 cache size.

6. To differentiate between the Pentium III processor, model 7 and the
Pentium III Xeon processor, model 7, software should check the cache
descriptor values through executing CPUID instruction with EAX = 2. If 1M
or 2M L2 cache size is reported, the processor is the Pentium III Xeon
processor otherwise it is a Pentium III processor or a Pentium III Xeon
processor with 512K L2 cache size.

7. To differentiate between the Pentium III processor, model 8 and the
Pentium III Xeon processor, model 8, software should check the Brand ID
values through executing CPUID instruction with EAX = 1.
 
Back
Top