From owner-cvs-all Sun Jan 25 09:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20002 for cvs-all-outgoing; Sun, 25 Jan 1998 09:02:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19997; Sun, 25 Jan 1998 09:02:34 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17615; Sun, 25 Jan 1998 09:02:03 -0800 (PST) Date: Sun, 25 Jan 1998 09:02:03 -0800 (PST) Message-Id: <199801251702.JAA17615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include cpufunc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/01/25 09:02:02 PST Modified files: sys/i386/i386 identcpu.c Log: Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU, and store its result into cpu_id and cpu_feature variables. Tested by: Simon Coggins Revision Changes Path 1.40 +13 -4 src/sys/i386/i386/identcpu.c Modified files: sys/i386/include cpufunc.h Log: Added cpuid instruction. Revision Changes Path 1.75 +10 -1 src/sys/i386/include/cpufunc.h