From owner-freebsd-current@FreeBSD.ORG Fri May 21 17:50:41 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC23106564A for ; Fri, 21 May 2010 17:50:41 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id BACF58FC12 for ; Fri, 21 May 2010 17:50:40 +0000 (UTC) Received: by wwb18 with SMTP id 18so855004wwb.13 for ; Fri, 21 May 2010 10:50:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=/JqzXwAElrclyoCTmwdFElm6yO1Koz+4vt6nOTZYPac=; b=TLYyDwhNGUMHHJLgCNlnNuc58+OUpjzWValWxXoujle3pYLGQxE/pvRTnDhxhhU41W sEH4nJeg5/sLEjtiJGvM/EsbAXQvteJzXGEPme6GAaTr+GRpzJ9ta1g4C7d52YtFlPPT 1NeeOe3dZqAzhnWBABNhZUxmHbhzxTjolWSGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=uwiJXJY+cAwlxwSYe64LWZZ9XcSm4gV4sLBysI9Xh9NUN5/Te+57OWPW8i41VGQ2OQ 5s9bDzDdIXF7FpMXL+MGmlNd50fSDQWGG+LSzIfWzEOEClluZIyqxu5wjtKF8sh+J/KI DdYsKYFLdVuTzHiiQL1SmpHpR5PWARfQK4Vzk= MIME-Version: 1.0 Received: by 10.227.69.71 with SMTP id y7mr1657209wbi.123.1274464239587; Fri, 21 May 2010 10:50:39 -0700 (PDT) Received: by 10.216.29.129 with HTTP; Fri, 21 May 2010 10:50:38 -0700 (PDT) In-Reply-To: References: <20100518214232.35dfa23f@kan.dnsalias.net> Date: Fri, 21 May 2010 10:50:38 -0700 Message-ID: From: Jack Vogel To: Ryan Stone Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: HEAD can't bring up APs on Intel LC5528(Jasper Forest) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 21 May 2010 17:50:41 -0000 Cool, glad its resolved. Jack On Fri, May 21, 2010 at 10:43 AM, Ryan Stone wrote: > Just wanted to give everybody some closure on this issue: Through the > magic of a JTAG debugger, I was able to identify that the problem was > an infinite loop in the BIOS's SMI handler. I'm not sure why this > didn't effect Linux -- perhaps it brought up the APs before the SMI > came in. In any case, this clearly isn't a FreeBSD problem and I've > punted the problem back to the BIOS vendor. Thanks to everyone who > offered help and advice. >