From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 20:39:09 2004 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 C430D16A4CE for ; Mon, 20 Sep 2004 20:39:09 +0000 (GMT) Received: from chons.visualtech.com (b.mx.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B3E43D49 for ; Mon, 20 Sep 2004 20:39:09 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.104] (pcp04364354pcs.glstrt01.nj.comcast.net [68.44.156.246]) by chons.visualtech.com (Postfix) with ESMTP id EC66AA1E7; Mon, 20 Sep 2004 16:39:08 -0400 (EDT) Message-ID: <414F3FC9.9090909@voicenet.com> Date: Mon, 20 Sep 2004 16:38:33 -0400 From: Adam K Kirchhoff User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David D.W. Downey" References: <414EB6CE.3000501@voicenet.com> <414ECAE9.7070909@voicenet.com> <20040920133602.GB54785@e-Gitt.NET> <20040920140744.GC54785@e-Gitt.NET> <6917b78104092007136cc417ae@mail.gmail.com> In-Reply-To: <6917b78104092007136cc417ae@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: SMP problems with -CURRENT? (and BETA5) 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: Mon, 20 Sep 2004 20:39:09 -0000 David D.W. Downey wrote: >On Mon, 20 Sep 2004 16:07:45 +0200, Oliver Brandmueller wrote: > > >>Hi again. >> >>On Mon, Sep 20, 2004 at 03:36:03PM +0200, Oliver Brandmueller wrote: >> >> >>>I see the same here with my kernel. Apparently I dot not yet try to >>>switch of HTT and stuff like that. This is a Dual Xeon with HTT enabled >>>at the moment. >>> >>> >>OK, I had HTT disabled and saw as the last message before hang (on a >>dual Xeon) >> >>SMP: AP CPU #1 Launched! >> >>Now I enabled HTT and the I see: >> >>SMP: AP CPU #1 Launched! >>SMP: AP CPU #2 Launched! >>SMP: AP CPU #3 Launched! >> >>However, booting without ACPI worked. So it seems that this is the >>direction, where we have to look for the problem: >> >>Copyright (c) 1992-2004 The FreeBSD Project. >>Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >>FreeBSD 5.3-BETA5 #10: Mon Sep 20 12:59:45 CEST 2004 >> root@champagne.eusc.inter.net:/usr/obj/usr/src/sys/CHAMPAGNE >>Timecounter "i8254" frequency 1193182 Hz quality 0 >>CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2392.05-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 >> >>Features=0xbfebfbff >> Hyperthreading: 2 logical CPUs >>real memory = 2146959360 (2047 MB) >>avail memory = 2099662848 (2002 MB) >>MPTable: < SE7501CW2> >>FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs >> cpu0 (BSP): APIC ID: 0 >> cpu1 (AP): APIC ID: 6 >> >> >> > > >OK, let's go with that possibility, what is the ACPI level your board >supports? ACPI v1.0 or v2.0? Like this board supports 1.0 and 2.0 >available via a BIOS control knob. > >Let's start by tracking the ACPI version in use first and go from there. > > > > Unfortunately, I don't have any such option in my BIOS (the only ACPI related options are what state my system should go to when suspending and if it should respond to wake on lan requests). I'd be surprised if it only supports ACPI 1.0, but I don't know how to confirm that. Adam