svn commit: r267466 - head/sys/dev/iwn

Adrian Chadd adrian at FreeBSD.org
Sat Jun 14 06:54:03 UTC 2014


Author: adrian
Date: Sat Jun 14 06:54:03 2014
New Revision: 267466
URL: http://svnweb.freebsd.org/changeset/base/267466

Log:
  Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.
  
  Tested:
  
  * Intel 5300 3x3 wifi
  * Intel 5100

Modified:
  head/sys/dev/iwn/if_iwn_chip_cfg.h

Modified: head/sys/dev/iwn/if_iwn_chip_cfg.h
==============================================================================
--- head/sys/dev/iwn/if_iwn_chip_cfg.h	Sat Jun 14 02:57:40 2014	(r267465)
+++ head/sys/dev/iwn/if_iwn_chip_cfg.h	Sat Jun 14 06:54:03 2014	(r267466)
@@ -116,7 +116,7 @@ struct iwn_base_params {
 static const struct iwn_base_params iwn5000_base_params = {
 	.pll_cfg_val = IWN_ANA_PLL_INIT,	/* pll_cfg_val; */
 	.max_ll_items = IWN_OTP_MAX_LL_ITEMS_6x00,	/* max_ll_items */
-	.shadow_ram_support = true,	/* shadow_ram_support */
+	.shadow_ram_support = false,	/* shadow_ram_support */
 	.shadow_reg_enable = false,	/* shadow_reg_enable */
 	.bt_session_2 = false,	/* bt_session_2 */
 	.bt_sco_disable = true,	/* bt_sco_disable */


More information about the svn-src-head mailing list