Date: Fri, 20 Aug 1999 02:31:19 -0700 (PDT) From: KATO Takenori <kato@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c Message-ID: <199908200931.CAA29895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 1999/08/20 02:31:19 PDT
Modified files:
sys/i386/i386 identcpu.c
Log:
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.
Revision Changes Path
1.72 +15 -1 src/sys/i386/i386/identcpu.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908200931.CAA29895>
