From owner-freebsd-wireless@FreeBSD.ORG Fri Oct 18 21:19:43 2013 Return-Path: Delivered-To: freebsd-wireless@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 B4154B89; Fri, 18 Oct 2013 21:19:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 502622E6C; Fri, 18 Oct 2013 21:19:43 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id l13so3055458qcy.4 for ; Fri, 18 Oct 2013 14:19:42 -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=GcK0YYwJebYhFttu/1LoilDccL5i7B7dWs12Sr2iMbc=; b=zxAOf4xXlUWe4PR1kGSseA/PnByKTxIKpSYtlRPJO5bfXWM2bx6cSqZ2g2gpaHskzo EHg3uf0edknuKEaZkHEVPgdeWWmAlgBpIG1I/J8IeyHrrDyA6mB3UzuwPlrd4ljKMEQx w+4LjW3tUeCtncD0KU7cT7MrgI+/JMxP+Z0n+HivbiDAyjGytIgNNB7j/PDRScbTP7if BDQX+0ttnONQbM7X9KCSsIDe6z0+kLvqwWVWcYS/qw2ptjCUnvNOoUq6euUpbIRqfzy6 Sh8xxCOYzjyEt7YBMuiJ9Y120M7VO36bSv92JK3yut4ihin9/d3DJSjOEz2vAMXKam1R poSg== MIME-Version: 1.0 X-Received: by 10.224.63.199 with SMTP id c7mr7512029qai.74.1382131182489; Fri, 18 Oct 2013 14:19:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Fri, 18 Oct 2013 14:19:42 -0700 (PDT) In-Reply-To: <20131018205352.GA44565@mouf.net> References: <20131018205352.GA44565@mouf.net> Date: Fri, 18 Oct 2013 14:19:42 -0700 X-Google-Sender-Auth: puR7MLhvYeacnC7KXvTOjgUt7mk Message-ID: Subject: Re: [rfc] removing the NDISulator From: Adrian Chadd To: Steve Wills Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-wireless@freebsd.org" , freebsd-current X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 21:19:43 -0000 Hi, On 18 October 2013 13:53, Steve Wills wrote: > I would love to have a native driver for this: > > none2@pci0:2:0:0: class=0x028000 card=0x00101028 chip=0x472714e4 > rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'BCM4313 802.11b/g/n Wireless LAN Controller' > class = network > > Are there docs or other drivers available that we could look at? > There's multiple broadcom drivers in/for the linux kernel: * b43, the reverse engineered one, from the community * brcmsmac - the softmac broadcom driver, from broadcom * the STA only binary driver from broadcom, closed source, not in the kernel. I'd really like to see bwi/bwn maintained and have support added for the later hardware. Thanks, -adrian