From owner-freebsd-current@FreeBSD.ORG Thu Aug 30 06:52:46 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4094016A419; Thu, 30 Aug 2007 06:52:46 +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 F0F9713C459; Thu, 30 Aug 2007 06:52:45 +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 AF6FF3E98A8; Thu, 30 Aug 2007 08:23:41 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 4356345067; Thu, 30 Aug 2007 08:21:41 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 30 Aug 2007 08:21:41 +0200 (CEST) Message-ID: <53056.2001:6f8:101e:0:20e:cff:fe6d:6adb.1188454901.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <46D5ECD9.9020605@cran.org.uk> References: <-3502020561049594852@unknownmsgid> <20070829191310.GA50909@freebsd.org> <50152.2001:6f8:101e:0:20e:cff:fe6d:6adb.1188416964.squirrel@webmail.alpha-tierchen.de> <46D5ECD9.9020605@cran.org.uk> Date: Thu, 30 Aug 2007 08:21:41 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "Bruce Cran" 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: Roman Divacky , pluknet , 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: Thu, 30 Aug 2007 06:52:46 -0000 Bruce Cran wrote: > Would it be possible to indicate whether SSE3 is supported during > boot? I have a Turion 64 X2 which from what I've read supports SSE3 > but while SSE and SSE2 are listed as CPU features during boot, there's > no mention of SSE3. It is shown in the feature list 2: > grep SSE3 /var/run/dmesg.boot Features2=0x1 Björn