From owner-freebsd-current@FreeBSD.ORG Tue Apr 26 10: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 953AD16A4CE for ; Tue, 26 Apr 2005 10:46:42 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 666CE43D45 for ; Tue, 26 Apr 2005 10:46:42 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 549EF5CA44; Tue, 26 Apr 2005 03:46:42 -0700 (PDT) Date: Tue, 26 Apr 2005 12:46:42 +0200 From: Maxime Henrion To: Doug White Message-ID: <20050426104642.GJ25563@elvis.mu.org> 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> <20050425204148.H43358@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425204148.H43358@carver.gumbysoft.com> User-Agent: Mutt/1.4.2.1i cc: Matthew Sullivan cc: Nate Lawson cc: freebsd-current@freebsd.org 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 10:46:42 -0000 Doug White wrote: > 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). Yeah, I've seen DL380 boxes that needed "Linux" as the OS type or the BIOS wouldn't generate an MPTable with both CPUs. Maxime