From owner-freebsd-questions@FreeBSD.ORG Thu Nov 26 23:33:19 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B4281065693 for ; Thu, 26 Nov 2009 23:33:19 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id BE09F8FC1C for ; Thu, 26 Nov 2009 23:33:18 +0000 (UTC) Received: from pulstar.local (athedsl-395474.home.otenet.gr [79.131.96.208]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAQNXHl3025518; Fri, 27 Nov 2009 01:33:17 +0200 Message-ID: <4B0F103D.2070607@otenet.gr> Date: Fri, 27 Nov 2009 01:33:17 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Brett Glass References: <200911260629.XAA08100@lariat.net> <200911262320.QAA16364@lariat.net> In-Reply-To: <200911262320.QAA16364@lariat.net> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: FreeBSD 8.0 and Atheros AzureWave wireless chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 23:33:19 -0000 Brett Glass wrote: > > However, the machine still boots. And hyperthreading is enabled, > because the Atom has HTT. (I have been thinking of disabling it, > because hyperthreading may not work very well on the Atom. Does anyone > know how to do this properly? I tried setting machdep.hlt_logical_cpus > to 1 in /boot/loader.conf and was rewarded with a system crash at boot > time.) > In /boot/loader.conf try: machdep.hyperthreading_allowed=0 Though it seems hyperthreading is improved on the Atom and there is no penalty for leaving it on.