From owner-freebsd-current@FreeBSD.ORG Tue Apr 28 06:13:37 2015 Return-Path: Delivered-To: freebsd-current@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 6E909700; Tue, 28 Apr 2015 06:13:37 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E218199A; Tue, 28 Apr 2015 06:13:36 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 881A51FE023; Tue, 28 Apr 2015 08:13:33 +0200 (CEST) Message-ID: <553F253D.7010605@selasky.org> Date: Tue, 28 Apr 2015 08:14:21 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: John Baldwin , freebsd-current@freebsd.org CC: Ian Lepore , Svatopluk Kraus Subject: Re: [patch] fix add_bounce_page() for BUS_DMA_KEEP_PG_OFFSET References: <1429882188.1157.2.camel@freebsd.org> <553B2D56.1000405@selasky.org> <1878637.qa1RymYSTA@ralph.baldwin.cx> In-Reply-To: <1878637.qa1RymYSTA@ralph.baldwin.cx> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 28 Apr 2015 06:13:37 -0000 On 04/27/15 15:32, John Baldwin wrote: > On Saturday, April 25, 2015 07:59:50 AM Hans Petter Selasky wrote: >> On 04/24/15 15:29, Ian Lepore wrote: >>> On Fri, 2015-04-24 at 13:34 +0200, Svatopluk Kraus wrote: ... > I think the patch looks good. Feel free to commit it (someone) if I don't > get to it first. > Hi, https://svnweb.freebsd.org/changeset/base/282120 Thank you! --HPS