From owner-svn-src-head@FreeBSD.ORG Mon Nov 10 20:18:25 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49B2CF0; Mon, 10 Nov 2014 20:18:25 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FC76643; Mon, 10 Nov 2014 20:18:25 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id l13so18719537iga.9 for ; Mon, 10 Nov 2014 12:18:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=joDqa7h/c/S6lqfeSYeaMZfLXcihPt4+PFcXPKKU35U=; b=GMOvGv6cMxcIpw2q/LZqXSnuRX4JYiqJT2u1ECXv4Rphigg03xEFUv02/JtCrmqsTH oIOJiLl5ZdayTdLSli7ppbGoPlp8c2vY5Vu3P/K0yDUlWUnjCLT/utB7tR+ZbslA2brV n8OUjMSwnfuMAcqN7jwT1LgGx9M/UVsNz1wV/wzY+QveiGfzWEjHmBX2ZrXwTCJhfNuZ qrMo1qZhbCWr7+F+wV/gvxoqUvHXlbStKXNzgAadx4U42uMq+IbPjb3O2hnCrWisgrmL jZOlC2JSS9R0ZCtLNOY6dRWnmU2lqkCuQhCLCpi/v3GKnSX4N7YzjokzOyn/GYsoqlgA SQXw== X-Received: by 10.107.40.141 with SMTP id o135mr21029952ioo.26.1415650704396; Mon, 10 Nov 2014 12:18:24 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.29.207 with HTTP; Mon, 10 Nov 2014 12:18:04 -0800 (PST) In-Reply-To: <201410240948.s9O9mxNP019487@svn.freebsd.org> References: <201410240948.s9O9mxNP019487@svn.freebsd.org> From: Ed Maste Date: Mon, 10 Nov 2014 15:18:04 -0500 X-Google-Sender-Auth: ndbsls0d0p9yurK8Gm49YwPosaQ Message-ID: Subject: Re: svn commit: r273582 - in head/sys/amd64: amd64 include To: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 20:18:25 -0000 On 24 October 2014 05:48, Roger Pau Monn=C3=A9 wrote: > Author: royger > Date: Fri Oct 24 09:48:58 2014 > New Revision: 273582 > URL: https://svnweb.freebsd.org/changeset/base/273582 > > Log: > amd64: make uiomove_fromphys functional for pages not mapped by the DMA= P UEFI boot fails after this commit. I haven't yet investigated in depth, but it appears to hang after the loader transfers execution to the kernel. It's likely a panic before the vt console is ready, I think.