svn commit: r300562 - head/sys/dev/bwn

Adrian Chadd adrian at FreeBSD.org
Tue May 24 04:55:02 UTC 2016


Author: adrian
Date: Tue May 24 04:55:00 2016
New Revision: 300562
URL: https://svnweb.freebsd.org/changeset/base/300562

Log:
  [bwn] add BCM43225 to the BHND device list.
  
  This is all for the bhnd(4) work in progress.  It's enough to probe/attach
  all the bhnd internals, but we're missing OTP support and some cleanup
  code.  And, well, all the rest of the bhnd(4) migration.
  
  So no, this won't give you BCM43225 support.  Sorry!

Modified:
  head/sys/dev/bwn/if_bwn_pci.c

Modified: head/sys/dev/bwn/if_bwn_pci.c
==============================================================================
--- head/sys/dev/bwn/if_bwn_pci.c	Tue May 24 04:49:58 2016	(r300561)
+++ head/sys/dev/bwn/if_bwn_pci.c	Tue May 24 04:55:00 2016	(r300562)
@@ -104,6 +104,7 @@ static const struct bwn_pci_device bcma_
 	BWN_BCM_DEV(BCM4331_D11N,	"BCM4331 802.11n Dual-Band",	0),
 	BWN_BCM_DEV(BCM4331_D11N2G,	"BCM4331 802.11n 2GHz",		0),
 	BWN_BCM_DEV(BCM4331_D11N5G,	"BCM4331 802.11n 5GHz",		0),
+	BWN_BCM_DEV(BCM43225_D11N2G,	"BCM43225 802.11n 2GHz",	0),
 
 	{ 0, 0, NULL, 0}
 };


More information about the svn-src-all mailing list