From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 20 08:04:46 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A6A106566C for ; Fri, 20 Nov 2009 08:04:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id E928E8FC26 for ; Fri, 20 Nov 2009 08:04:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 8427C9CB0C9; Fri, 20 Nov 2009 09:03:20 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GuUBylQMu9yD; Fri, 20 Nov 2009 09:03:17 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id BE3A59CB0E6; Fri, 20 Nov 2009 09:03:17 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nAK83HMj018343; Fri, 20 Nov 2009 09:03:17 +0100 (CET) (envelope-from rdivacky) Date: Fri, 20 Nov 2009 09:03:17 +0100 From: Roman Divacky To: "J.R. Oldroyd" Message-ID: <20091120080317.GA18284@freebsd.org> References: <20091119153159.610debc2@shibato.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091119153159.610debc2@shibato.opal.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Emulation of Linux V4L ioctls X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 08:04:46 -0000 On Thu, Nov 19, 2009 at 03:31:59PM -0500, J.R. Oldroyd wrote: > I have added support for emulation of the Linux V4L video ioctls > in compat/linux/linux_ioctl.[ch]. > > I am not a committer; the work can be found here: > http://opal.com/freebsd/sys/compat/linux/ > These diffs are made to the 8.0-rc3 sources. > > This enables webcam video to work using the linux-skype port > and a pwcbsd-based camera. I expect it will also allow any other > linux-port to work now, but have only tested with skype. > > I have noticed, however, that flash-based webcam apps cause > the npviewer.bin process to hang, so that is not yet working. > Anyone with thoughts on what is going on in the various flash > support layers is welcome to comment on this. I just glanced over it but it looks good...