From owner-freebsd-current@FreeBSD.ORG Mon May 15 06:20:13 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 37FD816A404; Mon, 15 May 2006 06:20:13 +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 3224F43D5C; Mon, 15 May 2006 06:20:10 +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 k4F6K8A4012129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 May 2006 23:20:09 -0700 (PDT) (envelope-from sobomax@sippysoft.com) Message-ID: <44681D92.80309@sippysoft.com> Date: Sun, 14 May 2006 23:20:02 -0700 From: Maxim Sobolev Organization: Sippy Software User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: phk@freebsd.org Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 15 May 2006 11:28:08 +0000 Cc: "current@freebsd.org" Subject: 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 06:20:13 -0000 Hi, I would like to extend md(4) with support for mmap(4) operations, however it's interfaced to the world via geom_dev(4), which doesn't provide mmap pass-through interface. Is it intentional or not? Are you willing to accept the patches if I do the actual work? Regards, Maxim