Date: Thu, 21 May 1998 17:03:29 -0700 (PDT) From: "Dag-Erling C. Sm\xf8rgrav" <des@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 Message-ID: <199805220003.RAA20346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805220003.RAA20346>