[iwm] With the previous commits, this DELAY no longer seems to be needed.
Obtained from: dragonflybsd.git 516272d3d02c821ace16a91cfdeb28540ac74ecc
This commit is contained in:
parent
9df5244309
commit
dae82c37b0
@ -2602,11 +2602,6 @@ iwm_pcie_load_cpu_sections_8000(struct iwm_softc *sc,
|
|||||||
IWM_WRITE(sc, IWM_FH_UCODE_LOAD_STATUS, val);
|
IWM_WRITE(sc, IWM_FH_UCODE_LOAD_STATUS, val);
|
||||||
sec_num = (sec_num << 1) | 0x1;
|
sec_num = (sec_num << 1) | 0x1;
|
||||||
iwm_nic_unlock(sc);
|
iwm_nic_unlock(sc);
|
||||||
|
|
||||||
/*
|
|
||||||
* The firmware won't load correctly without this delay.
|
|
||||||
*/
|
|
||||||
DELAY(8000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user