]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
There may exist two kinds of IBM BlueLightning CPU. One is that 5/2
authorKATO Takenori <kato@FreeBSD.org>
Fri, 20 Aug 1999 09:31:18 +0000 (09:31 +0000)
committerKATO Takenori <kato@FreeBSD.org>
Fri, 20 Aug 1999 09:31:18 +0000 (09:31 +0000)
commit9212e4c73a134f9a56b68617d6f12abd2359ce01
tree4340a39f68ed155fe421370ba2b7d42df8dbc3b9
parent2e3446e4673d8ea62518c1320192308544d33c80
There may exist two kinds of IBM BlueLightning CPU.  One is that 5/2
test does not change undefined flag like Cyrix CPUs.  Another is that
5/2 test changes undefined flag like Intel CPUs.  Latter one could not
be detected and was recognized 486DX CPU.  To solve this,
finishidentcpu() calls identblue() when cpu_vendor is null string
(that is, CPUID instruction is not supported) and cpu == CPU_486.
Tests have been done on IBM BlueLightning CPUs, i486SX and i486DX.
sys/amd64/amd64/identcpu.c
sys/i386/i386/identcpu.c