From owner-freebsd-wireless@freebsd.org Sun Sep 3 16:57:04 2017 Return-Path: Delivered-To: freebsd-wireless@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 7A375E1483F for ; Sun, 3 Sep 2017 16:57:04 +0000 (UTC) (envelope-from jens@mylink-net.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13E2471C13 for ; Sun, 3 Sep 2017 16:57:03 +0000 (UTC) (envelope-from jens@mylink-net.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1504457822; s=domk; d=mylink-net.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject: From:To; bh=sCmFYDmGosHlFfa5Z//ivXKgsq5UchdEWPs+EAoW968=; b=fQn8C1jvS01/z1ckRdsIrx6e27ypdrVNXAzydx3VkXYXSjW9IddpwPaBNLE5FQBslc YrSjvP4NhJPnbgx3ozbwgSubKp/ONtrbT+67CamNULpCYxQFdnnz1Bb/bi8fY44mVCqn twrLrjXSpzpACaaUrcNOKf99FpBV0ICt+99Bg= X-RZG-AUTH: :O2kGeEG7b/pS1ECgR3a9gqRv8PGLG3qHXqdRE647XVy7WwsAGQBPPxkJsfbqgz7x47CO580= X-RZG-CLASS-ID: mo00 Received: from smtp.mylink-net.de (p2E5DDB58.dip0.t-ipconnect.de [46.93.219.88]) by smtp.strato.de (RZmta 41.4 DYNA|AUTH) with ESMTPSA id q08acdt83Gv2Bpv (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sun, 3 Sep 2017 18:57:02 +0200 (CEST) Received: from lagomera.mylink-net.de (localhost [127.0.0.1]) by smtp.mylink-net.de (Postfix) with ESMTP id A7FBD49A5 for ; Sun, 3 Sep 2017 18:57:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at mylink-net.de Received: from smtp.mylink-net.de ([127.0.0.1]) by lagomera.mylink-net.de (yogi.mylink-net.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PP1VoX77WX-i for ; Sun, 3 Sep 2017 18:56:53 +0200 (CEST) Received: from [IPv6:2001:470:1f0b:9d9:a113:bbf9:745a:4f08] (unknown [IPv6:2001:470:1f0b:9d9:a113:bbf9:745a:4f08]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by smtp.mylink-net.de (Postfix) with ESMTPSA id 75A1B49A1 for ; Sun, 3 Sep 2017 18:56:53 +0200 (CEST) To: freebsd-wireless@freebsd.org From: jens.link@gmx.de Subject: Broadcom Wireless BCM43228 support? Message-ID: <304cc1c5-b2b0-f285-8c8c-c0ff011a1e4e@mylink-net.de> Date: Sun, 3 Sep 2017 18:56:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 03 Sep 2017 16:57:04 -0000 Is there a change to get the Broadcom Wireless BCM43228 card working? At the BWNWiki the BCM4322 chip is supported. Look in then Linux b43 documentation http://linuxwireless.sipsolutions.net/en/users/Drivers/b43/ the card has the same PHY. So I have tried to build the Kernel with the BWN_GPL_PHY option and add the device id 0x4359 to the siba_bwn.c File as “Broadcom BCM43228 802.11a/b/g/n Wireless”. But as result I have got: siba_bwn0: mem 0xf0200000-0xf0203fff irq 17 at device 0.0 on pci2 siba_bwn0: unknown PCI did (17241) siba_bwn0: unknown the chipset ID 0 siba_bwn0: unsupported coreid (unknown) siba_bwn0: warn: bad SPROM CRC siba_bwn0: unknown SPROM revision 0. device_attach: siba_bwn0 attach returned 92 pci0:2:0:0: Device leaked memory resources Is the code ready and I miss something or is the N(16) PHY still unsupported? Thank you for some hints.