From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 09:49:48 2004 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 D5AE716A4CE for ; Fri, 26 Mar 2004 09:49:48 -0800 (PST) Received: from corpmail.internal.courtesymortgage.com (unknown [209.126.131.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C1A43D41 for ; Fri, 26 Mar 2004 09:49:48 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Received: from jwilliams.courtesymortgage.com (jwilliams.internal.courtesymortgage.com [192.168.1.90]) ESMTP id i2QHnLCU033740 for ; Fri, 26 Mar 2004 09:49:21 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Message-Id: <5.2.1.1.0.20040326094526.02e5db50@pop.courtesymortgage.com> X-Sender: jwilliams@pop.courtesymortgage.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Fri, 26 Mar 2004 09:49:57 -0800 To: freebsd-questions@freebsd.org From: Jason Williams Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: SMP on FreeBSD 4.9 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, 26 Mar 2004 17:49:49 -0000 Good morning everyone. I has a couple of quick questions regarding taking advantage of dual processors on a server that I have for our company. Now, i've never setup a FreeBSD box on a system that has 2 CPU's so this is my first shot at it. Following the handbook, I recompiled my kernel with support for SMP. After a quick reboot, I took a look at dmesg and here is what I see: CPU: Intel Pentium III (996.85-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x383fbff real memory = 2147401728 (2097072K bytes) avail memory = 2086166528 (2037272K bytes) APIC_IO: MP table broken: 8259->APIC entry missing! Programming 16 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 Programming 16 pins in IOAPIC #1 FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs cpu0 (BSP): apic id: 3, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 14, version: 0x000f0011, at 0xfec00000 io1 (APIC): apic id: 13, version: 0x000f0011, at 0xfec01000 Preloaded elf kernel "kernel" at 0xc0551000. Pentium Pro MTRR support enabled It looks like it is working for 2 CPU's, but what is that entry where the line starts with APIC_IO...? Also, how can I do some testing to ensure both CPU's are being utilized. I appreciate the help. Jason