Driver for 'Broadcom Corporation' Wireless Adapter

Xin Li delphij at delphij.net
Tue Dec 2 19:32:21 UTC 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

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 at 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 <delphij at delphij.net>    https://www.delphij.net/
FreeBSD - The Power to Serve!           Live free or die
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.1.0 (FreeBSD)

iQIcBAEBCgAGBQJUfhPAAAoJEJW2GBstM+nsrJ4P/ijCBByXPt1/7NK1miFwBK2o
yXCl2Oq6xKzJqtiGNJgUwjzgUa6J2szyXcnTqUWuucr+Qe4gXTR4a6O35dLvSIGY
qB9tskZs5tfY5WIJMNel8G2ZN7J325gfUPrPDn60LqE+i+vmPJsmoLrGNCylGeYT
Qc01jh7EKq/SHJCxWakQIG4EEJ53N/00fm5hzAPUe+YOlWUG6w6NXG6OF2HHlRaO
WPnPWCzmnh1bxN3mFl5BQgOBXsl4ABprb/1vWAJAxgZXasH+ScZismwmJuKZxlXJ
DRyJTIaIbaSMVFhc54Qk8FW9KiDPMXZ2bsg0HB7oWS3M1h4MlYHqqWHcKnR7DAra
3b70MgnNsUKVBGBt5ciHM9pIW9sNDMB0EVeqiQX14+2PBtJ9/DRgWiA5lVj5BR/C
GqV65vFyhBH/RFVqNpbkd3CMgakS1JNeIe+7W6SmpQUGxffsQ5JymlR+VuXOsm7U
uWxAA7T5YOM8mjVOwiQ8huxW4JymctKN8xu2uqjPqg3xYPYllWc9IIfB0Ksek/5z
ozeO1yOF004DKp9ufaVwdTSx0oNGbmpBAFUYdxMBDXHFlo5eh5vm+9Q9UWoVymKR
J9p017Kb1t+fa2YkS5my62TFk4B9Gnc98QRvNlcwtMx0OSQhvl4oJZ4kI8e3sO2Y
iKqJQX5RtFxvOaroXSRo
=YEQ7
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: sys/dev/bwi/if_bwi_pci.c
===================================================================
--- sys/dev/bwi/if_bwi_pci.c	(revision 275418)
+++ sys/dev/bwi/if_bwi_pci.c	(working copy)
@@ -97,6 +97,7 @@ static const struct bwi_dev {
 	{ PCI_VENDOR_BROADCOM, 0x4318,"Broadcom BCM4318 802.11b/g Wireless Lan" },
 	{ PCI_VENDOR_BROADCOM, 0x4319,"Broadcom BCM4318 802.11a/b/g Wireless Lan" },
 	{ PCI_VENDOR_BROADCOM, 0x431a,"Broadcom BCM4318 802.11a Wireless Lan" },
+	{ PCI_VENDOR_BROADCOM, 0x43b1,"Broadcom BCM4352 802.11ac Wireless Lan" },
 	{ 0, 0, NULL }
 };
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bwi.patch.sig
Type: application/octet-stream
Size: 543 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-drivers/attachments/20141202/b50c0261/attachment.obj>


More information about the freebsd-drivers mailing list