From owner-freebsd-embedded@FreeBSD.ORG Fri Aug 23 07:24:05 2013 Return-Path: Delivered-To: freebsd-embedded@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 ESMTP id EF8A29C0; Fri, 23 Aug 2013 07:24:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5937C224C; Fri, 23 Aug 2013 07:24:04 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so211535wgh.24 for ; Fri, 23 Aug 2013 00:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mL0gNwNnZrPyQhjq7E/iHE9jnisyWA0J3Y3hLfstcR4=; b=kul63tQTPIL0Vy4OCvXb8stjHiGYlc1Ihs28F9nCmNLoDiY8mAauxq9vCtfGTzLaCu /zGEOdTSs76OEiAF9STkOpEqe7Zv8CfE1hxWlrg0QWfU893v7DOJa8Quhi+RI+XQnAbh StW/32KIV4CfWZ6t+BKhUFmrr0w94KhOqhQKN3pWQtWbP56J1zgBbepbGOLhg5PynfC+ +OdArz6jlU3ehHt94TwQBOYJ8xqh8fte9JOyUNE6qDyuEnUJVj3iIb84VORkT8zAX3vO GvHiHq7NXELGhMEkVpV9KjJIg2VQbyVvEF22iB3Phxu1JiXa4/5IA1sKNDcKQSAIdVYG w+lQ== MIME-Version: 1.0 X-Received: by 10.180.85.72 with SMTP id f8mr1196414wiz.0.1377242642780; Fri, 23 Aug 2013 00:24:02 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Fri, 23 Aug 2013 00:24:02 -0700 (PDT) In-Reply-To: <5216FFF0.9090403@bakulin.de> References: <20130702145905.GA1847@olymp.kibab.com> <51D3097A.8010601@FreeBSD.org> <51D3282C.1090701@bakulin.de> <20130703222002.GA60491@olymp.kibab.com> <51D50C55.1040300@myspectrum.nl> <51D531CB.3060300@bakulin.de> <51D5FE4C.9060102@bakulin.de> <20130821095849.GA7322@olymp.kibab.com> <5215AD32.3080800@bakulin.de> <3C9989C8-BB72-4BD6-9246-4AD3790D4732@bsdimp.com> <5215BCB1.4020308@bakulin.de> <361422452.20130822114210@serebryakov.spb.ru> <5216FFF0.9090403@bakulin.de> Date: Fri, 23 Aug 2013 00:24:02 -0700 X-Google-Sender-Auth: jqAsyHBhILimf76PgfUOxT4LIZk Message-ID: Subject: Re: [PATCH] SDIO support for Globalscale Dreamplug From: Adrian Chadd To: Ilya Bakulin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Lev Serebryakov , "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 07:24:05 -0000 It only infects the kernel if it's linked in. So, only have it build as a module for now! -adrian On 22 August 2013 23:23, Ilya Bakulin wrote: > On 22.08.13 23:25, Adrian Chadd wrote: > > ... just do a driver port from Linux. > > > > Make sure your new code is in different, BSD licenced source files. > > > > We can then either import it into contrib/, or use it as a reference to > > generate chipset documentation and then have someone else fill in the > > routines one BSD routine at a time. > > > > > > > > -adrian > > > > OK, yeah it will be faster than waiting for docs that will never come :-) > I think there is no need to import the code, after all we would probably > prefer not to include GPL code in kernel, which would mean that the > whole kernel gets infected. > -- > Regards, > Ilya Bakulin >