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 */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to