From owner-cvs-src@FreeBSD.ORG Wed Mar 21 22:45:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD0E16A4CF for ; Wed, 21 Mar 2007 22:45:30 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 7B61713C45D for ; Wed, 21 Mar 2007 22:45:29 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 35D82690607; Wed, 21 Mar 2007 22:27:23 +0000 (WET) Received: by core.fnop.net (Postfix, from userid 1015) id 0158F69060B; Wed, 21 Mar 2007 22:27:23 +0000 (WET) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL,UPPERCASE_25_50 autolearn=no version=3.1.7 Received: from epsilon.local (87-196-27-115.net.novis.pt [87.196.27.115]) by core.fnop.net (Postfix) with ESMTP id 79559690607; Wed, 21 Mar 2007 22:27:20 +0000 (WET) Message-ID: <4601B137.8010301@fnop.net> Date: Wed, 21 Mar 2007 22:27:03 +0000 From: Rui Paulo User-Agent: Thunderbird 2.0b2 (Macintosh/20070116) MIME-Version: 1.0 To: Nate Lawson References: <20070320202254.AC04416A47C@hub.freebsd.org> <4600542E.8020300@root.org> In-Reply-To: <4600542E.8020300@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@freebsd.org, Jung-uk Kim Subject: Re: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/amd64/include specialreg.h src/sys/i386/i386 identcpu.c src/sys/i386/include specialreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Mar 2007 22:45:30 -0000 Nate Lawson wrote: > Thanks. For the record, the previous name should have been "LaGrande > Technology". Sorry, my mistake.. > BTW, interested in adding two more features2 bits? My core duo 2 has > bits 9 and 15 set for features2. > > CPU: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (2129.19-MHz > K8-class CPU) > Origin = "GenuineIntel" Id = 0x6f2 Stepping = 2 > Features=0xbfebfbff MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Features2=0xe3bd,CX16,XTPR,> > AMD Features=0x20100800 > AMD Features2=0x1 > Cores per package: 2 Yes, my Core Duo also has bit 15. I couldn't find any Intel doc mentioning it.