From owner-cvs-all Tue Jan 7 17:20: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E96B37B405; Tue, 7 Jan 2003 17:20:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366CF43EDC; Tue, 7 Jan 2003 17:20:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h081K5fh021568; Tue, 7 Jan 2003 17:20:05 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h081K5we021556; Tue, 7 Jan 2003 17:20:05 -0800 (PST) Message-Id: <200301080120.h081K5we021556@repoman.freebsd.org> From: John Baldwin Date: Tue, 7 Jan 2003 17:20:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 initcpu.c locore.s src/sys/i386/include md_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2003/01/07 17:20:05 PST Modified files: sys/i386/i386 initcpu.c locore.s sys/i386/include md_var.h Log: Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with %eax of 1 and set it in identify_cpu(). Revision Changes Path 1.39 +1 -0 src/sys/i386/i386/initcpu.c 1.162 +1 -0 src/sys/i386/i386/locore.s 1.55 +1 -0 src/sys/i386/include/md_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message