From owner-freebsd-stable@FreeBSD.ORG Mon Dec 28 02:30:06 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73072106566B for ; Mon, 28 Dec 2009 02:30:06 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6358FC08 for ; Mon, 28 Dec 2009 02:30:06 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NP5My-0007pC-4h for freebsd-stable@freebsd.org; Mon, 28 Dec 2009 03:30:04 +0100 Received: from 26-58.dsl.iskon.hr ([89.164.26.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 03:30:04 +0100 Received: from ivoras by 26-58.dsl.iskon.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 03:30:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Mon, 28 Dec 2009 03:25:56 +0100 Lines: 29 Message-ID: References: <20091221174225.84748c0d.lehmann@ans-netz.de> <4B2FA913.5030501@icyb.net.ua> <20091222063415.9c2284ea.lehmann@ans-netz.de> <4B305C3C.6060703@icyb.net.ua> <20091222065104.77b11df4.lehmann@ans-netz.de> <20091222060342.GA77889@icarus.home.lan> <20091222071924.372dd5fb.lehmann@ans-netz.de> <20091222062837.GA78436@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 26-58.dsl.iskon.hr User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <20091222062837.GA78436@icarus.home.lan> Sender: news Subject: Re: 8-STABLE: support for this SMB controller? 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: Mon, 28 Dec 2009 02:30:06 -0000 Jeremy Chadwick wrote: > On Tue, Dec 22, 2009 at 07:19:24AM +0100, Oliver Lehmann wrote: >> Jeremy Chadwick wrote: >> >>> If all you're looking for is CPU temperature, try looking at ACPI >>> thermal zones. Some BIOSes/mainboard manufacturers implement this on >>> workstations. Otherwise, if you have a Intel Core, C2D, or C2Q CPU, >>> load the coretemp(4) driver. >> i7-920 in my case... and seems to work ;) >> >> olivleh1@kartoffel olivleh1> sysctl dev.cpu | grep temp >> dev.cpu.0.temperature: 52.0C >> dev.cpu.1.temperature: 53.0C >> dev.cpu.2.temperature: 48.0C >> dev.cpu.3.temperature: 48.0C >> dev.cpu.4.temperature: 53.0C >> dev.cpu.5.temperature: 53.0C >> dev.cpu.6.temperature: 49.0C >> dev.cpu.7.temperature: 49.0C >> >> I should probably disable HyperThreading... > > I thought HyperThreading defaulted to being disabled in FreeBSD as a > result of security concerns? Hmm... I think this was only for the P4 implementation of HTT and only on 6.x until openssl/openssh were changed not to be sensitive to that particular "attack" (which is one of the more theoretical ones anyway even compared to most of the rest).