From owner-svn-src-head@FreeBSD.ORG Mon Jun 8 04:52:39 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C084A561 for ; Mon, 8 Jun 2015 04:52:39 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 90C4311A2 for ; Mon, 8 Jun 2015 04:52:39 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id F1CCB205FC for ; Mon, 8 Jun 2015 00:52:36 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute6.internal (MEProxy); Mon, 08 Jun 2015 00:52:36 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=BwoO8MiQTtgIIzVuUlBIkOLY0z8=; b=YU/e/W iC63Anw9gBjBVKhqiipjbDH1yMMWIUWsZVQRO4/Nx4Jv0LNZOXBzuI4TrJQfy5bA NXvCqOGWk3yJgo819PxaRM4hhpg5SE85kBIrbYMNiRKPumXyibFF9JVpOF4QySiK qcdGDbmPzOwXrtNaiXYY69pDo9lG0ekLx0qjE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=BwoO8MiQTtgIIzV uUlBIkOLY0z8=; b=fKlhhTpdpBAiomc+z+rJ2T21Rvk212zyZL83qXqPa277tZW gOaErLG9tQJ8L+uP3kFH8cqTQ/2H+ZoH7CRkef46IrmxZD/GpsfPeFMYaja3nMaH pxSOl8f6dAmKU/UEXYpEiO5s8EXd0bZ2kzo/DnDNUJkE4WnaeIQm0H90DNpA= Received: by web6.nyi.internal (Postfix, from userid 99) id C601C46DFE; Mon, 8 Jun 2015 00:52:36 -0400 (EDT) Message-Id: <1433739156.3126307.289375233.42FD30F0@webmail.messagingengine.com> X-Sasl-Enc: ZKyMKGOGZyPF3ip5Y6lVlRACxL7N97rvQGNT5i1JSAq6 1433739156 From: Bruce Simpson To: Marcel Moolenaar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b076c697 In-Reply-To: <201506080323.t583NKWB098393@svn.freebsd.org> References: <201506080323.t583NKWB098393@svn.freebsd.org> Subject: Re: svn commit: r284146 - in head/tools/bus_space: . C Python Date: Mon, 08 Jun 2015 05:52:36 +0100 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 08 Jun 2015 04:52:39 -0000 Marcel, On Mon, 8 Jun 2015, at 04:23, Marcel Moolenaar wrote: > Log: > Add busdma_mem_alloc & busdma_mem_free. Nice! Is there a man page or documentation for this anywhere? Also: is it feasible to extend to build/attach to a VirtIO function? (May be PCI, not MMIO). cheers Bruce -- BMS (sent via webmail)