Author: adrian
Date: Wed Feb 22 02:24:42 2017
New Revision: 314067
URL: https://svnweb.freebsd.org/changeset/base/314067

Log:
  [iwm] With the previous commits, this DELAY no longer seems to be needed.
  
  Obtained from:        dragonflybsd.git 
516272d3d02c821ace16a91cfdeb28540ac74ecc

Modified:
  head/sys/dev/iwm/if_iwm.c

Modified: head/sys/dev/iwm/if_iwm.c
==============================================================================
--- head/sys/dev/iwm/if_iwm.c   Wed Feb 22 02:23:14 2017        (r314066)
+++ head/sys/dev/iwm/if_iwm.c   Wed Feb 22 02:24:42 2017        (r314067)
@@ -2602,11 +2602,6 @@ iwm_pcie_load_cpu_sections_8000(struct i
                        IWM_WRITE(sc, IWM_FH_UCODE_LOAD_STATUS, val);
                        sec_num = (sec_num << 1) | 0x1;
                        iwm_nic_unlock(sc);
-
-                       /*
-                        * The firmware won't load correctly without this delay.
-                        */
-                       DELAY(8000);
                }
        }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to