svn commit: r330184 - stable/11/sys/dev/iwm

Eitan Adler eadler at FreeBSD.org
Thu Mar 1 06:14:10 UTC 2018


Author: eadler
Date: Thu Mar  1 06:14:09 2018
New Revision: 330184
URL: https://svnweb.freebsd.org/changeset/base/330184

Log:
  MFC r314067:
  
  [iwm] With the previous commits, this DELAY no longer seems to be needed.

Modified:
  stable/11/sys/dev/iwm/if_iwm.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/iwm/if_iwm.c
==============================================================================
--- stable/11/sys/dev/iwm/if_iwm.c	Thu Mar  1 06:13:01 2018	(r330183)
+++ stable/11/sys/dev/iwm/if_iwm.c	Thu Mar  1 06:14:09 2018	(r330184)
@@ -2602,11 +2602,6 @@ iwm_pcie_load_cpu_sections_8000(struct iwm_softc *sc,
 			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);
 		}
 	}
 


More information about the svn-src-all mailing list