Date: Wed, 22 Feb 2017 02:24:42 +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: r314067 - head/sys/dev/iwm Message-ID: <201702220224.v1M2OgFl006082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702220224.v1M2OgFl006082>