From owner-freebsd-current@FreeBSD.ORG Wed Jul 9 10:32:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FDD37B401 for ; Wed, 9 Jul 2003 10:32:48 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C998043F3F for ; Wed, 9 Jul 2003 10:32:46 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 19aH4E-0001lo-00; Wed, 9 Jul 2003 08:41:14 -0700 Date: Wed, 9 Jul 2003 08:40:59 -0700 (PDT) From: Tom Samplonius To: Brooks Davis In-Reply-To: <20030709150718.GC28375@Odin.AC.HMC.Edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: cc: freebsd-current@freebsd.org cc: Lukas Ertl cc: Andrey Chernov Subject: Re: HTT on single CPU? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 09 Jul 2003 17:32:49 -0000 On Wed, 9 Jul 2003, Brooks Davis wrote: ... > P4's below ~3.1GHz do not actually provide logical CPU support. All the 800Mhz FSB P4s have HyperThreading, regardless of the clockspeed. And so do some P4 533MHz FSB chips. The CPU feature flags that FreeBSD displays does tell whether your chip supports HyperThreading or not. But, as it has already been mentioned, the motherboard and BIOS need to provide a MP table. At some later point, HyperThreading will also be able to be enabled by ACPI. Either way, if your BIOS and motherboard pre-date HyperThreading, it just isn't going to work. Some diligent motherboard makers may release a BIOS update to allow their older boards to use HyperThreading, but many would prefer that you buy a new motherboard! Also, Xeons seem to all have HyperThreading now too. I have a dual P4 Xeon 2.4 that supports HyperThreading just fine. > -- Brooks Tom