From owner-freebsd-embedded@FreeBSD.ORG Thu Aug 22 21:25:46 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 B244BA5E; Thu, 22 Aug 2013 21:25:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CFEF241D; Thu, 22 Aug 2013 21:25:45 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id l18so754959wgh.31 for ; Thu, 22 Aug 2013 14:25:44 -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=SK0gwmOkc4zUC0wznXR16AOwgZwPuxcQl0ha4cjUI1s=; b=gP5Ojauy19t7wl4iiFlY9V/Ul+0Ldou8/a/A09E2+icY35xqF75SpuoBlLDv7zSiFC aegEhtMshcKi/Y7wKQR+dk0jtp5Zkgic3lJfrkntXzvspP07J/xH0zfbxPUnHB/2YEbu tuuWOIF1oUZDMIK87ciDj/HJWdSPvi15VmJAlcB//5RQ/bwDA4NEkP5Zr8F3grlQ6jqQ 86bMMscTGtJ+AZwXUkJfVPyaVSxhTEDc2WeklF/lmXIdEcDj6HeZ7EU26mew79B9U2Oo 7AyDoUqdidouOZZr+LoO3OPqxUkxM4bwIJFkX+iXR0Z4Zw02NH8E0LPIzXWyngHsWSi9 W5aw== MIME-Version: 1.0 X-Received: by 10.194.94.37 with SMTP id cz5mr3562185wjb.55.1377206744442; Thu, 22 Aug 2013 14:25:44 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Thu, 22 Aug 2013 14:25:44 -0700 (PDT) In-Reply-To: <361422452.20130822114210@serebryakov.spb.ru> 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> Date: Thu, 22 Aug 2013 14:25:44 -0700 X-Google-Sender-Auth: NP04uGMfpl6M-IAL9AYnppg9cfY Message-ID: Subject: Re: [PATCH] SDIO support for Globalscale Dreamplug From: Adrian Chadd To: Lev Serebryakov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Ilya Bakulin , "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: Thu, 22 Aug 2013 21:25:46 -0000 ... 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