From owner-freebsd-stable@FreeBSD.ORG Wed Nov 15 01:59:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1CF16A4C9 for ; Wed, 15 Nov 2006 01:59:21 +0000 (UTC) (envelope-from sniimi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB3143D70 for ; Wed, 15 Nov 2006 01:59:19 +0000 (GMT) (envelope-from sniimi@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so31572wxc for ; Tue, 14 Nov 2006 17:59:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BjuUm68pYTOFInrXbc0hNJZ+xvAujiapPpiWf8TP5kj3K1EFm6yBx+TRIspkzvpRt4LVL2Wzk+DJK3NKAHXEEc1VdY0YJ+nStQOt5vaQnHRENqwttOeancfJE/+6DuqtZTN6yk5m/ULgzb9bIuER4OcbnVF2Qr8zTQifFdN3fO0= Received: by 10.90.115.4 with SMTP id n4mr1850625agc.1163555958538; Tue, 14 Nov 2006 17:59:18 -0800 (PST) Received: by 10.90.95.7 with HTTP; Tue, 14 Nov 2006 17:59:18 -0800 (PST) Message-ID: <7a2b18c80611141759o8de57bgb22738fd556c4c4a@mail.gmail.com> Date: Wed, 15 Nov 2006 10:59:18 +0900 From: "NIIMI Satoshi" Sender: sniimi@gmail.com To: Joe In-Reply-To: <474548e50611141742m394c5d2dx150c2cb667f0631e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <474548e50611141652k66d5cb1ejca87ca1d78266ba5@mail.gmail.com> <014601c70853$f2f32fc0$b3db87d4@multiplay.co.uk> <474548e50611141742m394c5d2dx150c2cb667f0631e@mail.gmail.com> X-Google-Sender-Auth: b7287db419d0cb87 Cc: freebsd-stable@freebsd.org, Steven Hartland Subject: Re: SSE support in 6.1? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 01:59:21 -0000 2006/11/15, Joe : > is there some way to test to make sure its working properly. the guys from > steam say that its not enabled and thats why my steam server wont start. so > if i could prove that SSE is enabled and working i could send it to them. Try to check "hw.instruction_sse" sysctl MIB. | % sysctl hw.instruction_sse | hw.instruction_sse: 1 Thanks, -- NIIMI Satoshi