From owner-freebsd-embedded@freebsd.org Fri Oct 21 15:08:19 2016 Return-Path: Delivered-To: freebsd-embedded@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B9BBC1AB73 for ; Fri, 21 Oct 2016 15:08:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E00E87FD for ; Fri, 21 Oct 2016 15:08:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x236.google.com with SMTP id m138so170023053itm.0 for ; Fri, 21 Oct 2016 08:08:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PkA+pLK9Z+7CTzx3FWz+xd5PUXFAQr/W15kugzAeZyo=; b=dQEwq32h771WdND0fVbALcM4gkagLAGMFHkQmt9DsrPfRwnZQafpnqRiZiCdvFYde0 k/GQjOkF+klcgS9XpygtdPE19o7xHZK27LFEygW/CLsrDquI8el77JqPEzqVlx1wfV8g FOF6BgkUf88ROXIm7nMj5MTTF/sjbN0r9JYi5bl9E9pOdEARpJN931fx5dUJJM2zK/In mwmoLXrEuiaRuPzSwcSFQx1AnApVObxXihj+yIZEUcGGfp2ybpXJDEvvFGfoq9pY65MQ 62r4w6htSfYdpPN8Y0sUZXuqXeqWkOVgEycBH7hujepwutmo9KirTJ0i3jt2QOLIA3pv ghrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PkA+pLK9Z+7CTzx3FWz+xd5PUXFAQr/W15kugzAeZyo=; b=W83cv/tujo/AoUVBvkDUVEo41wMJhMFXAN9HKGSg/e7AjZWhdExLb7r2/WvFsGysYy XlLES0TF7CRwMtuIVZeqph9t+BnVt5E2qaULFX20jGhbApweNyU7OfxcgU0pP5Zmq6Hz +FxhmpxlFJdsnxpK6C0DmzikTvm1QzKxdovz2WIJVU/Payjcb5bs2inIQUvav1wwnmZ5 ZQoe/sSKPOkTplCIAODeMGDh8/59mptyx/ZOKFKeSTPcBUivx9Q6MLe9L/GCcSKxwxKQ QwFk+H983TuUza9nNV20AfiKCm/GD9diEt+SSUzDhx+fO+NJkAcp32z5y0qv2SN7W7Km baRw== X-Gm-Message-State: ABUngvfc6X+TTxvOdQEQc7nrx+FQeo2LhAUDLznKB29Gh27SB2DtaDpIyOCylP8Q1wvo4oOpVkdW8cAPFTPSmw== X-Received: by 10.107.174.229 with SMTP id n98mr1421669ioo.177.1477062468367; Fri, 21 Oct 2016 08:07:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Fri, 21 Oct 2016 08:07:47 -0700 (PDT) In-Reply-To: <20161021155341.5efc4d1b@freyja.zeit4.iv.bundesimmobilien.de> References: <20161021155341.5efc4d1b@freyja.zeit4.iv.bundesimmobilien.de> From: Adrian Chadd Date: Fri, 21 Oct 2016 08:07:47 -0700 Message-ID: Subject: Re: BCM43134 support in 12-CURRENT? To: "O. Hartmann" Cc: "freebsd-embedded@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:08:19 -0000 hi, you need: * bcma/bhnd - the bus abstraction - talk to Landon about that * cam sdio to be able to speak non-MMC transactions over the SDIO bus - speak to kibab/warner about that * port brcmfmac from linux -adrian On 21 October 2016 at 06:53, O. Hartmann wrote: > I have no experience with recent FreeBSD on Raspberry Pi 3B or Odroid-c2 SoC > and I'm not aware of the recent development. > > I/we plan to use a small nanoBSD project for a joint-purpose device with either > a Raspberry Pi 3B or/and Odroid-C2 as a host for several environmental sensors. > The system's network attachment will be hard wired, but it would be highly > appreciable to have an additional access point on such a device. The only > device/SoC I'm aware of having a built-in WiFi chip is the new Raspberry Pi3B, > its WiFi chip is supposed to be a Broadcom BCM43134. The chip is well > supported by Linux drivers, but I couldn't find any informations about > supported devices via FreeBSD's bwi/bwn drivers - they list several older > devices. > > Since I plan to use 12-CURRENT due to the fact of an ongoing development and > project's development of my own, my question would focus on CURRENT and its > driver support. Is there support for this specific BCM chipset? To use this > chipset as AP, there must be a driver supporting this - as far as I know. > > I would appreciate if you could CC me, I do not subscribe this list. > > Thanks in advance and kind regards, > > O. Hartmann > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org"