From owner-cvs-all Thu May 21 17:08:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05472 for cvs-all-outgoing; Thu, 21 May 1998 17:08:42 -0700 (PDT) (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 RAA05374; Thu, 21 May 1998 17:08:18 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20346; Thu, 21 May 1998 17:03:29 -0700 (PDT) Date: Thu, 21 May 1998 17:03:29 -0700 (PDT) Message-Id: <199805220003.RAA20346@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 cputypes.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/05/21 17:03:29 PDT Modified files: sys/i386/i386 identcpu.c Log: Correctly identify the precise CPU model within the 686 family: instead of just printing "Pentium Pro", check the model (cpu_id & 0xf0) and print the appropriate information. Revision Changes Path 1.47 +16 -2 src/sys/i386/i386/identcpu.c Modified files: sys/i386/include cputypes.h Log: Add CPU_PII to the list. Revision Changes Path 1.11 +2 -1 src/sys/i386/include/cputypes.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message