From owner-freebsd-isp@FreeBSD.ORG Fri Jul 1 18:18:40 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20AD16A41C for ; Fri, 1 Jul 2005 18:18:40 +0000 (GMT) (envelope-from butsyk@mail.etsplus.net) Received: from mail.etsplus.net (mail.etsplus.net [193.110.17.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8E843D5F for ; Fri, 1 Jul 2005 18:18:38 +0000 (GMT) (envelope-from butsyk@mail.etsplus.net) Received: (qmail 792 invoked by uid 0); 1 Jul 2005 18:18:34 -0000 Received: from unknown (HELO ?10.0.25.118?) (10.0.25.118) by mail.etsplus.net with SMTP; 1 Jul 2005 18:18:34 -0000 Message-ID: <42C588F2.9050901@mail.etsplus.net> Date: Fri, 01 Jul 2005 21:18:26 +0300 From: Anton Butsyk User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org References: <42C575D9.7070101@mail.etsplus.net> <20050701170639.GA89516@thened.net> <20050701175453.GA17376@wjv.com> In-Reply-To: <20050701175453.GA17376@wjv.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: turn on HTT X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 18:18:40 -0000 Bill Vermillion wrote: >"Bits dont fail me now!" was what Alec Berryman muttered >as he hastily typed this on Fri, Jul 01, 2005 at 13:06 : > > > >>Anton Butsyk on 2005-07-01 19:56:57 +0300: >> >> >> >>>Please tell is it possible to turn on HTT on this machine? >>> >>>FreeBSD 5.4-RELEASE #3: Thu Jun 30 12:32:54 EEST 2005 >>> butsyk@:/usr/src/sys/i386/compile/CUSTOM >>> >>> >>See /usr/src/UPDATING. >> >> > >And since the chip is a 2.4Ghz chip, note that even though the HTT >shows up in the chip feature string, not all will run HTT. > >As I recall you have to have a device with an 800FSB also. > >Bill > > > > From /usr/src/UPDATING Hyperthreading logical CPU's are no longer probed by default when using the MP Table. If ACPI is being used, then logical CPUs will be probed if hyperthreading is enabled in the BIOS. If ACPI is not being used and hyperthreading is enabled in the BIOS, logical CPUs can be enabled by building a custom kernel with the option MPTABLE_FORCE_HTT enabled. So "device apic" - will be enough (but also option MPTABLE_FORCE_HTT was added in CUSTOM kernel configuration). But HTT enabled in bios and mainboard manual tells that bus with 800 FSB. Anton.