From owner-freebsd-questions@FreeBSD.ORG Wed Nov 15 00:02:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 74CDF16A416 for ; Wed, 15 Nov 2006 00:02:36 +0000 (UTC) (envelope-from juhasaarinen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F6B43D64 for ; Wed, 15 Nov 2006 00:02:35 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so5500wxc for ; Tue, 14 Nov 2006 16:02:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bnMsFcdq5qNS6dYwcEkGqplawfa0H/Do43BQEy/tq2rWlnHdUegmNvEpCMmnw9xsyuuBbhp9ODjLE+FJMayLfniaZYt59lANybnUcS+EPAV9U5AX4v4hjGQaCHoSBXqgb4slDcxti5ksCXZeify+tDSKOs4OvseMdPUzVq73zJg= Received: by 10.70.27.18 with SMTP id a18mr1780747wxa.1163548954009; Tue, 14 Nov 2006 16:02:34 -0800 (PST) Received: by 10.70.24.18 with HTTP; Tue, 14 Nov 2006 16:02:33 -0800 (PST) Message-ID: Date: Wed, 15 Nov 2006 13:02:33 +1300 From: "Juha Saarinen" To: "Robert Fitzpatrick" In-Reply-To: <1163548016.492.26.camel@columbus.webtent.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1163545085.492.20.camel@columbus.webtent.org> <8cb6106e0611141504sa4fbe00q8aeda6f869422d26@mail.gmail.com> <1163548016.492.26.camel@columbus.webtent.org> Cc: FreeBSD Subject: Re: Dual core processors 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: Wed, 15 Nov 2006 00:02:36 -0000 On 11/15/06, Robert Fitzpatrick wrote: > Looks like my hyperthreading is enabled and it is in the BIOS. I was > told there was a dual-core in the machine, but not confirmed. But there > should be two with HT anyway as seen, correct? This is a dmesg from an Intel D830 box: CPU: Genuine Intel(R) CPU 3.20GHz (3217.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf47 Stepping = 7 Features=0xbfebfbff Features2=0x649d> AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 I think you do have a single processor with hyperthreading (logical CPUs) and not a dual-core model. To get hyperthreading up and running, you need to add: machdep.hyperthreading_allowed=1 to /etc/sysctl.conf or change it manually. Please google for the security implications of doing this first though. -- Juha http://www.geekzone.co.nz/juha