From owner-cvs-sys Mon Jun 2 11:57:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA05647 for cvs-sys-outgoing; Mon, 2 Jun 1997 11:57:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05612; Mon, 2 Jun 1997 11:56:25 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA12645; Mon, 2 Jun 1997 11:55:45 -0700 (PDT) Date: Mon, 2 Jun 1997 11:55:45 -0700 (PDT) Message-Id: <199706021855.LAA12645@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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/06/02 11:55:45 PDT Modified files: sys/i386/i386 identcpu.c Log: Fill in some gaps in the cpuid features list.. bit 10 is the old bit for MTRR (presumably this changed, an older P5 I have has got it, the newer cpus have the new MTRR bit set) bit 11 is SEP (fast syscalls), bit 23 is MMX Fill in the other reserved ones with a stub so that we can see them if they turn up. Obtained from: Intel AP-485 rev.06 Revision Changes Path 1.24 +19 -3 src/sys/i386/i386/identcpu.c