From owner-freebsd-current@FreeBSD.ORG Mon May 15 19:52:47 2006 Return-Path: X-Original-To: current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA1816B9E7 for ; Mon, 15 May 2006 19:52:47 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4C343D45 for ; Mon, 15 May 2006 19:52:46 +0000 (GMT) (envelope-from sobomax@sippysoft.com) Received: from [192.168.0.38] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k4FJqeXe023269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 May 2006 12:52:44 -0700 (PDT) (envelope-from sobomax@sippysoft.com) Message-ID: <4468DC05.9080808@sippysoft.com> Date: Mon, 15 May 2006 12:52:37 -0700 From: Maxim Sobolev Organization: Sippy Software User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Poul-Henning Kamp References: <2233.1147718952@critter.freebsd.dk> In-Reply-To: <2233.1147718952@critter.freebsd.dk> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 15 May 2006 21:41:19 +0000 Cc: "current@freebsd.org" Subject: Re: Optional mmap(2) support for geom(4) providers 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: Mon, 15 May 2006 19:53:00 -0000 Poul-Henning Kamp wrote: > In message <44681D92.80309@sippysoft.com>, Maxim Sobolev writes: >> Hi, >> >> I would like to extend md(4) with support for mmap(4) operations, > > Uhm, how exactly would that work ? Just like ioctl(2) works: geom_dev will accept mmap requests and pass it to the underlying provider for execution if that provider has mmap handler in its g_class. -Maxim