From owner-freebsd-stable@FreeBSD.ORG Wed Nov 15 01:57:01 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 60BF116A403 for ; Wed, 15 Nov 2006 01:57:01 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CED43D45 for ; Wed, 15 Nov 2006 01:57:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EA2551A3C19; Tue, 14 Nov 2006 17:56:58 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A750551341; Tue, 14 Nov 2006 20:56:47 -0500 (EST) Date: Tue, 14 Nov 2006 20:56:47 -0500 From: Kris Kennaway To: Joe Message-ID: <20061115015647.GA95099@xor.obsecurity.org> References: <474548e50611141652k66d5cb1ejca87ca1d78266ba5@mail.gmail.com> <014601c70853$f2f32fc0$b3db87d4@multiplay.co.uk> <474548e50611141742m394c5d2dx150c2cb667f0631e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474548e50611141742m394c5d2dx150c2cb667f0631e@mail.gmail.com> User-Agent: Mutt/1.4.2.2i 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:57:01 -0000 On Tue, Nov 14, 2006 at 08:42:03PM -0500, Joe wrote: > 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. Check whether your CPU really does support it, by reviewing the CPU features listed at boot (check dmesg or /var/log/messages) Kris