From owner-freebsd-drivers@FreeBSD.ORG Tue Dec 2 19:51:49 2014 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A423C07 for ; Tue, 2 Dec 2014 19:51:49 +0000 (UTC) Received: from zhbdzmsp-smta17.bluewin.ch (zhbdzmsp-smta17.bluewin.ch [195.186.99.133]) by mx1.freebsd.org (Postfix) with ESMTP id 312BCA3B for ; Tue, 2 Dec 2014 19:51:48 +0000 (UTC) Received: from [195.186.227.130] ([195.186.227.130:50557] helo=zhhdzmsp-smta12.bluewin.ch) by zhbdzmsp-smta17.bluewin.ch (envelope-from ) (ecelerity 3.5.7.40067 r(Platform:3.5.7.0)) with ESMTP id 3D/25-04376-3581E745; Tue, 02 Dec 2014 19:51:47 +0000 Received: from noxon.firefly (83.76.217.59) by zhhdzmsp-smta12.bluewin.ch (8.5.142) (authenticated as tobias.berner) id 52A87E3C1663DCF3; Tue, 2 Dec 2014 19:51:47 +0000 From: "Tobias C. Berner" To: d@delphij.net, freebsd-drivers@freebsd.org Subject: Re: Driver for 'Broadcom Corporation' Wireless Adapter Date: Tue, 02 Dec 2014 20:51:47 +0100 Message-ID: <1728134.zhMMF9gK1c@noxon.firefly> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-Reply-To: <547E13C4.50306@delphij.net> References: <2614977.N3vUuhINd5@noxon.firefly> <547E13C4.50306@delphij.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 19:51:49 -0000 On Tuesday 02 December 2014 11.32:20 Xin Li wrote: > On 12/02/14 10:54, Tobias C. Berner wrote: > > Hi there > > > > Lenovo's Yoga 3 Pro has a network adapter not recognized by any > > driver it seems: > > > > none6@pci0:1:0:0: class=0x028000 card=0x062317aa > > chip=0x43b114e4 rev=0x03 hdr=0x00 vendor = 'Broadcom > > Corporation' class = network > > > > I think it is a "BCM4352". Neither bwi nor bwn seemed to attach to > > the device. Any hints? > > I think it's bwi(4). > > Attached is a naive patch that adds the PCI ID but I don't have any > datasheet, etc., please test if it works on your hardware. > > Cheers, > -- > Xin LI https://www.delphij.net/ > FreeBSD - The Power to Serve! Live free or die Hi, thanks for the patch, loading if_bwi I get kernel: bwi0: no BBP id for device id 0x43b1 kernel: device_attach: bwi0 attach returned 6 mfg Tobias