From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 20:17:38 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5CE16A4CE for ; Wed, 12 Jan 2005 20:17:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9492843D3F for ; Wed, 12 Jan 2005 20:17:36 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so693803wri for ; Wed, 12 Jan 2005 12:17:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=d9Y00be3uwhV86ZPA9SnSd2r2iuyTCvMlLMVrYAEYMB1UqPv8JkT5oFHS/+9A3Ig2DqlLtmrfG0s584zEDMr6oVSruaJQr/tcskWd2wwjSxFA2AfPJTYvcGBzSLu17tfLN01SYQTfV2p46k0i9zZsb9RFdVIeXO7/EyEKhm+o8s= Received: by 10.54.17.29 with SMTP id 29mr97347wrq; Wed, 12 Jan 2005 12:17:35 -0800 (PST) Received: by 10.54.19.59 with HTTP; Wed, 12 Jan 2005 12:17:35 -0800 (PST) Message-ID: <35de0c3005011212174b8a2dc6@mail.gmail.com> Date: Wed, 12 Jan 2005 15:17:35 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: <35de0c30050111210235ea3060@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9094-SnapperMsgD246FC56BE0A255B@68.243.126.247> <20050112014359.GA3722@gothmog.gr> <35de0c30050111210235ea3060@mail.gmail.com> Subject: Re: Hyperthreading hurts 5.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 20:17:39 -0000 On Wed, 12 Jan 2005 00:02:37 -0500, Bryan Fullerton wrote: > I'm experiencing some strangeness with a uniproc HTT-capable machine > and SATA with either SMP or non-SMP kernels, so I'll try turning off > HTT in the BIOS later this week and see if that helps. Well, this is interesting. I disabled HTT in the BIOS and rebooted with a SMP kernel. As expected, there is only one CPU available after boot. However, FreeBSD still detects that the CPU is HTT-capable and prints the following in dmesg output: CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf33 Stepping = 3 Features=0xbfebfbff Hyperthreading: 2 logical CPUs If my sig11 issue doesn't recur now that HTT is off I'll go back to a non-SMP kernel and confirm there are no issues there too. Bryan