From owner-freebsd-current@FreeBSD.ORG Tue Apr 26 03:46:42 2005 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 F3D1916A4CE for ; Tue, 26 Apr 2005 03:46:41 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921E243D48 for ; Tue, 26 Apr 2005 03:46:41 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 84F9172DE5; Mon, 25 Apr 2005 20:46:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 8032572DE4; Mon, 25 Apr 2005 20:46:41 -0700 (PDT) Date: Mon, 25 Apr 2005 20:46:41 -0700 (PDT) From: Doug White To: Matthew Sullivan In-Reply-To: <426DB58B.5020608@uq.edu.au> Message-ID: <20050425204148.H43358@carver.gumbysoft.com> References: <4267A1CF.3080903@uq.edu.au> <20050422190208.M68772@lexi.siliconlandmark.com> <426C93AC.3030907@root.org> <20050425200601.I42718@carver.gumbysoft.com> <426DB58B.5020608@uq.edu.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Nate Lawson Subject: Re: SMP on Compaq DL380 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: Tue, 26 Apr 2005 03:46:42 -0000 On Tue, 26 Apr 2005, Matthew Sullivan wrote: > >>>There definitely is a problem when you have identical APIC ids. We > >>>already blacklist one version of this BIOS. > >>> > >>That's not something I wanted to here right now... :-( > > > >Are you __sure__ you're booting the right kernel? > >http://scorpion.sorbs.net/dmesg.txt shows a kernel that does not have SMP > >nor APIC enabled. I'm still seeing ISA interrupt routing rather than APIC > >mappings. And as noted previously the APIC IDs are not set which means > >they are not enabled. (APIC IDs are always >0.) > > > >What is the output of 'sysctl kern.smp'? > > > > > kern.smp.maxcpus: 16 > kern.smp.active: 0 > kern.smp.disabled: 0 > kern.smp.cpus: 1 > kern.smp.forward_signal_enabled: 1 > kern.smp.forward_roundrobin_enabled: 1 You're booting the wrong kernel. Do a buildkernel + installkernel now, reboot the system, and check that the kernel's build date has incremented. Also watch the loader output and make sure someone hasn't overridden the kernel name in loader.conf. > >Have you tried booting without ACPI? > > > > > No, but I am doing now... > > Btw now I have remote console this is what the BIOS shows.... > > 1024 MB Detected > > COMPAQ System BIOS - P17 (12/18/2002) > Copyright 1982,2002 Compaq Computer Corporation. All rights reserved. This appears to be the latest BIOS. Some Compaq systems are known to generate bogus MPTables and such when configured to run Windows. You might poke around the BIOS Setup and see if there is an "OS Type" field that can be set to "SCO UNIX" or "Other" (not in PnP setup probably). > Boot without ACPI is show at http://scorpion.sorbs.net/dmesg-noacpi.txt > > kern.smp.maxcpus: 16 > kern.smp.active: 0 > kern.smp.disabled: 0 > kern.smp.cpus: 1 > kern.smp.forward_signal_enabled: 1 > kern.smp.forward_roundrobin_enabled: 1 > > I'm going to recompile the kernel again - with the current config - just > to prove it's there... Good idea :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org