From owner-freebsd-embedded@FreeBSD.ORG Fri Aug 23 14:10:52 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EABB6568 for ; Fri, 23 Aug 2013 14:10:51 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B25FF2A6A for ; Fri, 23 Aug 2013 14:10:51 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id qd12so874446ieb.18 for ; Fri, 23 Aug 2013 07:10:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=QFlFfPPviu1+pl3BZeMnHKyt7hpF1B45JkW/9DmDgTc=; b=VRQXKo6IOvn2PbW/lCcYNlSlbO9ke7PSfqZsoxgKm5W+lrhiuwyhhYo3IGHhqjME+j onV2ddgF08Aq4nhWwJCrNB0lHMDYqLB77KIFeLFHCAmb1u9/yhunIBk/49xWi3zdCrZz yrA6SyWeNg7FJtJo8HS2BKaUPgL8BBAl2UbaLNdnm1Ak+JOcLR31+b37AqLzC/UxgdjY l7SBMbW21OuDo+vq5ppNX0XKCgxgkf4XkP2INiV0ycrJO+GH8EsrFtVSy+lr33ycC5z9 YszX3rOgtawS2sNX6IBUT8K/9esYPzWHA2HC3VvC7nsTODcsGijLEpdJvzXz4pqAYsBX vehQ== X-Gm-Message-State: ALoCoQljW2Q2ikPm/+trQs3ncAkcwzW+H6JQEE/sm8POiw4J4mhABI12EFJNxFRTcKheLaJKTAiW X-Received: by 10.50.87.74 with SMTP id v10mr1593344igz.27.1377265295421; Fri, 23 Aug 2013 06:41:35 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id q4sm3000452igp.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 06:41:34 -0700 (PDT) Sender: Warner Losh Subject: Re: [PATCH] SDIO support for Globalscale Dreamplug Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 23 Aug 2013 07:41:33 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <3E92A91E-2B00-47DF-9E14-35E8B9D4DF89@bsdimp.com> 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> To: Adrian Chadd X-Mailer: Apple Mail (2.1085) Cc: Ilya Bakulin , 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 14:10:52 -0000 On Aug 23, 2013, at 1:24 AM, Adrian Chadd wrote: > It only infects the kernel if it's linked in. And only for the people distributing it.... > So, only have it build as a module for now! We have several GPL'd bits of code that can be built into the kernel, = but that we don't have in GENERIC. So you kinda have to do both to = follow the established pattern. And the GPL stuff is built as part of = LINT.... Warner >=20 >=20 > -adrian >=20 >=20 > On 22 August 2013 23:23, Ilya Bakulin wrote: >=20 >> On 22.08.13 23:25, Adrian Chadd wrote: >>> ... just do a driver port from Linux. >>>=20 >>> Make sure your new code is in different, BSD licenced source files. >>>=20 >>> 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. >>>=20 >>>=20 >>>=20 >>> -adrian >>>=20 >>=20 >> 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 >>=20 > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to = "freebsd-embedded-unsubscribe@freebsd.org"