From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 13 09:15:04 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D83BCFC for ; Thu, 13 Feb 2014 09:15:04 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B3461BD4 for ; Thu, 13 Feb 2014 09:15:03 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.7/8.14.7) with ESMTP id s1D9EkbV082462; Thu, 13 Feb 2014 10:14:46 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.7/8.14.7/Submit) with ESMTP id s1D9EjWO082438; Thu, 13 Feb 2014 10:14:46 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 13 Feb 2014 10:14:45 +0100 (CET) From: Wojciech Puchar To: Rainer Hurling Subject: Re: FreeBSD UDF support In-Reply-To: <52FA94BF.80304@gwdg.de> Message-ID: References: <52FA94BF.80304@gwdg.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 13 Feb 2014 10:14:46 +0100 (CET) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 09:15:04 -0000 > His project comes from NetBSD and modernises the UDF standard towards > 2.5x. With this driver, you would be able to read modern not encrypted > Blu-rays and DVDs. The driver works in principle, some minor issues have > to be solved. > > Unfortunately there is only very little interest to integrate this > driver into base. > i need RW support so it is not much use for me.