From owner-cvs-src@FreeBSD.ORG Thu Aug 14 23:02:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48C837B404; Thu, 14 Aug 2003 23:02:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0924E43F3F; Thu, 14 Aug 2003 23:02:25 -0700 (PDT) (envelope-from imp@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 h7F62O0U020061; Thu, 14 Aug 2003 23:02:24 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7F62OFX020060; Thu, 14 Aug 2003 23:02:24 -0700 (PDT) Message-Id: <200308150602.h7F62OFX020060@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Aug 2003 23:02:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 06:02:26 -0000 imp 2003/08/14 23:02:24 PDT FreeBSD src repository Modified files: sys/i386/i386 identcpu.c Log: Improve the C3 CPU identification. I didn't notice that the CPU id was masked. However KIMURA Yasuhiro-san noticed my mistake and was kind enough to provide a better patch in PR 55581. I've merged that into the routine. Hopefully I've not overlooked anything this time. MFC After: 5 days Revision Changes Path 1.128 +6 -12 src/sys/i386/i386/identcpu.c