From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 06:45:54 2003 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 D9CF616A4CE for ; Fri, 12 Dec 2003 06:45:54 -0800 (PST) Received: from sis1.snu.ac.kr (sis1.snu.ac.kr [147.46.10.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BB943D35 for ; Fri, 12 Dec 2003 06:45:53 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id hBCEhVlJ289228; Fri, 12 Dec 2003 23:43:32 +0900 Message-ID: <3FD9D4A0.3080706@users.sourceforge.net> Date: Fri, 12 Dec 2003 23:45:52 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Cars , freebsd-questions@freebsd.org References: <20031202120125.1F79575D6@mail.snowfall.se> In-Reply-To: <20031202120125.1F79575D6@mail.snowfall.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Missing machdep.hlt_logical_cpus on hyperthreading.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 14:45:55 -0000 Stefan Cars wrote: > Hi, i'm reposting this since I didn't get any answer at all... > > I'm having a problem, sysctl can't find machdep.hlt_logical_cpus. My machine > is a dual xeon with hyperthreading enabled, running 4.9. I also would like > to know what that "Warning: Pentium 4 CPU: PSE disabled" means. Stefan, In your kernel configuration file, you need following: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O Then machdep.hlt_logical_cpus is in your sysctl. Can't help you with the "PSE disabled" thing. Cheers, Rob.