From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 11 12:19:27 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A6A1065670; Tue, 11 Jan 2011 12:19:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 20A378FC08; Tue, 11 Jan 2011 12:19:26 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=47jFoQlQiPaXYvJJRPLdRbboc2AFRw6czTf8DabKp4c= c=1 sm=1 a=4vW0rCAk17MA:10 a=IkcTkHD0fZMA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=amRkz5gaQd-j6O2Y_mkA:9 a=P-Y9WNw2l90DsZERKSQIGpoiiA4A:4 a=QEXdDO2ut3YA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 72654993; Tue, 11 Jan 2011 13:19:24 +0100 From: Hans Petter Selasky To: Alexander Leidinger Date: Tue, 11 Jan 2011 13:19:28 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20091204223126.00005392@unknown> <201101110947.46399.hselasky@c2i.net> <20110111131153.48321lqz8kxrsetc@webmail.leidinger.net> In-Reply-To: <20110111131153.48321lqz8kxrsetc@webmail.leidinger.net> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201101111319.28219.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, emulation@freebsd.org, "J.R. Oldroyd" Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2011 12:19:27 -0000 On Tuesday 11 January 2011 13:11:53 Alexander Leidinger wrote: > Quoting Hans Petter Selasky (from Tue, 11 Jan 2011 > > 09:47:46 +0100): > > Hi, > > > > I've received the following patch for my cuse4bsd module. Could this be > > From Andrew Gallatin (gallatin@)? Yes, that is correct. > > > included in the kernel's linux.ko ? This patch allows for linux DVB > > applications running under FreeBSD linux emulation. > > Yes, but I would prefer the person who submitted it could test it > before it is committed. > > Semi-OT: Are you sure the MODULE_DEPEND is not necessary for your > module and should be included? The patch is tested according to Andrew Gallatin, but as far as I understand it does not belong in cuse4bsd_kmod.c. It belongs in "sys/compat/linux/linux_ioctl.c". --HPS