From owner-freebsd-current@FreeBSD.ORG Fri Aug 31 19:26:38 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCEA16A417; Fri, 31 Aug 2007 19:26:38 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id BE4C713C46C; Fri, 31 Aug 2007 19:26:37 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from home.alpha-tierchen.de (port-212-202-42-154.dynamic.qsc.de [212.202.42.154]) by mail.liberty-hosting.de (Postfix) with ESMTP id D4FFF3E942E; Fri, 31 Aug 2007 21:00:56 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id A290B45067; Fri, 31 Aug 2007 20:58:57 +0200 (CEST) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Fri, 31 Aug 2007 20:58:57 +0200 (CEST) Message-ID: <53082.192.168.1.2.1188586737.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070831142032.GD79097@dragon.NUXI.org> References: <-3502020561049594852@unknownmsgid> <20070829191310.GA50909@freebsd.org> <50152.2001:6f8:101e:0:20e:cff:fe6d:6adb.1188416964.squirrel@webmail.alpha-tierchen.de> <20070831142032.GD79097@dragon.NUXI.org> Date: Fri, 31 Aug 2007 20:58:57 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: obrien@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-current@freebsd.org Subject: Re: Adding k9 and k10 to bsd.cpu.mk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 19:26:38 -0000 Björn König wrote: >> Intel's first Pentium 4 with SSE3 is called "prescott". We could use >> "venice" analogously to represent SSE3-capable Athlon64 CPUs. David O'Brien wrote: > No! NO! AMD core names does not mean the same as Intel ones. > Look folks, there is a clear way for this - the CPUID family. Pentium 4 processors before Prescott belong to family 15. Prescott and recent Pentium 4 processors still use 15 as family ID. If I understand you correctly then there should be no distinction between these processors because they have the same family ID, but there is one in bsd.cpu.mk because of SSE3. Björn