From owner-freebsd-smp@FreeBSD.ORG Mon Jun 28 21:43:17 2004 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DBA16A4CE for ; Mon, 28 Jun 2004 21:43:17 +0000 (GMT) Received: from tsunami.he.net (tsunami.he.net [66.220.5.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 639A243D41 for ; Mon, 28 Jun 2004 21:43:17 +0000 (GMT) (envelope-from pjwhite@electrongate.com) Received: from electron.electrongate.com ([209.145.238.69]) by tsunami.he.net for ; Mon, 28 Jun 2004 14:42:43 -0700 Message-Id: <5.1.0.14.2.20040628143742.02cd0130@tsunami.he.net> X-Sender: pjwhite@tsunami.he.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 28 Jun 2004 14:42:34 -0700 To: "Ryan Sommers" , smp@freebsd.org, current@freebsd.org From: "Paul J. White" In-Reply-To: <49195.208.4.77.15.1088458074.squirrel@www2.neuroflux.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Compaq Proliant 1600 & SMP X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:43:17 -0000 I have a 1500R, not a 1600, and I'm not familiar with the 5.x branch, but if it's the same as 4.9, the conf file format is: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O ... where you have "device apic", instead of "options APIC_IO". And my dmesg contains the following lines, where your dmesg doesn't seem to show any sign of APIC configuration or multiprocessor info: Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (598.41-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383fbff real memory = 536870912 (524288K bytes) avail memory = 518971392 (506808K bytes) Changing APIC ID for IO APIC #0 from 0 to 8 on chip Programming 35 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 8, version: 0x00220011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc03c1000. Pentium Pro MTRR support enabled -- Paul White At 15:27 2004-06-28 -0600, Ryan Sommers wrote: >I'm attempting to run 5.2-RELEASE (downloaded the latest RELENG_5_2 last >week) >on a Compaq Proliant 1600 w/ Dual 350mhz processors. Runs fine with the >exception that >the OS only seems to be recognizing a single processor. I have compiled a >kernel >with SMP and APIC but still doesn't seem to show more than the single >processor. >Any ideas? > >Ryan Sommes >ryans@gamersimpact.com > > >_______________________________________________ >freebsd-smp@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-smp >To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org"