From owner-cvs-all Fri Aug 20 2:31:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 202CB14E1A; Fri, 20 Aug 1999 02:31:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA29895; Fri, 20 Aug 1999 02:31:19 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199908200931.CAA29895@freefall.freebsd.org> From: KATO Takenori Date: Fri, 20 Aug 1999 02:31:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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