From owner-freebsd-current@FreeBSD.ORG Thu Apr 29 14:22:27 2004 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 303A716A4CE for ; Thu, 29 Apr 2004 14:22:27 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF04F43D39 for ; Thu, 29 Apr 2004 14:22:26 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <2004042921222301200nggbre>; Thu, 29 Apr 2004 21:22:23 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA89805 for ; Thu, 29 Apr 2004 14:22:22 -0700 (PDT) Date: Thu, 29 Apr 2004 14:22:20 -0700 (PDT) From: Julian Elischer To: FreeBSD current users Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: mptable not showing all proccessors? 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: Thu, 29 Apr 2004 21:22:27 -0000 I have an intel server motherboard that has 2 Xeom HTT processors. FreeBSD correctly finds 4 processors but mptable only shows the 2 physical processors. I assume this means the BIOS is buggy, as Hyperthreading is turned on in the BIOS and I assume it should have put all 4 in the table. Anyone seen anything like this? anything I should worry about? FreeBSD 4.8++ seems to work on it just fin and sees all 4 cpus.. Would -current have any problems? I vaguely remember that -current might trust the Bios tables a bit more.. julian