From owner-freebsd-embedded@FreeBSD.ORG Wed Aug 21 21:37:03 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 ABEB5EB4; Wed, 21 Aug 2013 21:37:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E50022E46; Wed, 21 Aug 2013 21:37:02 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id z12so872037wgg.34 for ; Wed, 21 Aug 2013 14:37:01 -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=nwsYbgB+EGagKbJ8m1IU0x+SC8sg4KanRHdTYzgXGNs=; b=AAuNxXrLnV5bnDamirGsO6cM/XDA9UosrxYGU/jvkNwuYajy0y+x5HW9EvLh7/Fd8w SvUaQ8HCastI8TwWu6eGVmyY0zrH0RsoeEvriz4bf5wr5UFinblqc4BrVFq0OJ2xtKos eIqbshtIefohIQFpkzFNom1Fwmg5AM9WTvx2hUOeQEPQKDnTXpe1379ffn6HzLcvEHmv V71d/FYZB0F4eC5T4uRVTcGL6kEG7NKSOM7pkj/g3i0aCXgG0q1qbOYM4ZlMiOq31bYT 6rUkxzQIG6fNWnv0ZR+GCAftCwqJlYiY+Bf8RvGjGmhnKpfMIj5wA6ksyfwQ/pQn8XCG jsVQ== MIME-Version: 1.0 X-Received: by 10.194.122.129 with SMTP id ls1mr7245926wjb.37.1377121021213; Wed, 21 Aug 2013 14:37:01 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Wed, 21 Aug 2013 14:37:01 -0700 (PDT) In-Reply-To: <20130821095849.GA7322@olymp.kibab.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> Date: Wed, 21 Aug 2013 14:37:01 -0700 X-Google-Sender-Auth: j3I8FHkkKlOKeeRULkhlLc-0AYg 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: Alexander Motin , "freebsd-arm@freebsd.org" , "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: Wed, 21 Aug 2013 21:37:03 -0000 Hi! The marvell wifi stuff isn't ARM specific, right? So it should live in dev/ rather than arm/ -adrian