Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 04:23:54 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300187 - head/sys/dev/bwn
Message-ID:  <201605190423.u4J4NsSP065983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu May 19 04:23:54 2016
New Revision: 300187
URL: https://svnweb.freebsd.org/changeset/base/300187

Log:
  [bwn] enable dual-phy on BCM4322MC.
  
  Tested (with later commits):
  
  * BCM4322MC, STA mode, 2G + 5G

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

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Thu May 19 04:22:58 2016	(r300186)
+++ head/sys/dev/bwn/if_bwn.c	Thu May 19 04:23:54 2016	(r300187)
@@ -1202,7 +1202,8 @@ bwn_attach_core(struct bwn_mac *mac)
 	if (siba_get_pci_device(sc->sc_dev) != 0x4312 &&
 	    siba_get_pci_device(sc->sc_dev) != 0x4319 &&
 	    siba_get_pci_device(sc->sc_dev) != 0x4324 &&
-	    siba_get_pci_device(sc->sc_dev) != 0x4328) {
+	    siba_get_pci_device(sc->sc_dev) != 0x4328 &&
+	    siba_get_pci_device(sc->sc_dev) != 0x432b) {
 		have_a = have_bg = 0;
 		if (mac->mac_phy.type == BWN_PHYTYPE_A)
 			have_a = 1;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605190423.u4J4NsSP065983>