From owner-freebsd-current@FreeBSD.ORG Wed May 19 22:15:37 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 E0163106564A for ; Wed, 19 May 2010 22:15:37 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4A28FC0A for ; Wed, 19 May 2010 22:15:37 +0000 (UTC) Received: by ewy1 with SMTP id 1so582124ewy.13 for ; Wed, 19 May 2010 15:15:36 -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=5paj+jbp3sltOuXHZDoSK/lFmUkw59yNPqQygRMt1BI=; b=cR4CtHoWr6n532aU3lAMd4uO5Nm1z5YDq3orQ7p7S3awfqEbjXhDV//zuITdC7Yyeu SRBbrtfMoaPmrQhNr3MJZus6p2BmgUgmBAEfaa/c3hHi/8yC5pfJ/5CukjW5qwo1rFxC Xp13SN5JJ4fG+MGEpdv5T8chO52vTWMraOL28= 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=DW9Z5NlMahK8Df6JDsmD9J2htwGnIRYyu1wEMVRjqBmfZ4Oxry+iZsCs40FfshZpIx TWdIsHL+N6ebbBbcNfDnQzlmvLhhs+Jydn8xb262fxE+U95QFKE4my3P9IE6qdKGpaZW /ay2DX+MX20EP0b6EPExC93AQ21YobY2ZsYpQ= MIME-Version: 1.0 Received: by 10.213.65.140 with SMTP id j12mr3684154ebi.74.1274305556426; Wed, 19 May 2010 14:45:56 -0700 (PDT) Received: by 10.213.16.138 with HTTP; Wed, 19 May 2010 14:45:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 May 2010 17:45:56 -0400 Message-ID: From: Ryan Stone To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 19 May 2010 22:15:38 -0000 I've also tried a 6.1-derived kernel. I doubt that it was fixed for 8.0-RELEASE and then broken again on HEAD, but I'll check and be sure. My guess is that the problem is with the BIOS. We loaned our reference board to our BIOS vendor for development purposes and the BIOS they left on it is also unable to start APs. I think that my best bet to track this down is to see how the original Intel BIOS and the bad BIOS is configuring the hardware differently. I'm not very familiar with this stuff so I'm not sure what I should be looking at. MTRRs, I guess. What else?