From owner-freebsd-questions@FreeBSD.ORG Wed May 7 14:24:41 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 D53EC37B401 for ; Wed, 7 May 2003 14:24:41 -0700 (PDT) Received: from hnlmail2.hawaii.rr.com (hnlmail2.hawaii.rr.com [24.25.227.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2206F43F85 for ; Wed, 7 May 2003 14:24:41 -0700 (PDT) (envelope-from mike@mtsolidarity.com) Received: from mtsolidarity.com ([204.210.96.104]) by hnlmail2.hawaii.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 7 May 2003 11:24:36 -1000 Date: Wed, 7 May 2003 11:24:40 -1000 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Mike Solis To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <200305071311.47544.a.carter@intrasoft.lu> Message-Id: <4FCD7FFC-80D2-11D7-88FF-000393D5B08A@mtsolidarity.com> X-Mailer: Apple Mail (2.552) Subject: Searching for Multi Processors 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: Wed, 07 May 2003 21:24:42 -0000 I'm trying to determine if FreeBSD is detecting both my processors. I reconfigured my kernel to include SMP. I used dmesg | less to view which devices and notice some changes such as this: FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00178011, at 0xfec00000 and then further down: SMP: AP CPU #1 Launched! My estimate is that things are up and running smoothly but I'm not 100% sure. Thanks for the help, Mike