mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:20:50 +07:00
netxen: fix merge 9b963e5d0e
Patch "fix memory initialization:5d521fd36de4e61" didn't got merge. Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
906bb26c06
commit
e7473f12be
@ -528,6 +528,8 @@ int netxen_pinit_from_rom(struct netxen_adapter *adapter)
|
||||
continue;
|
||||
if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */
|
||||
continue;
|
||||
if ((off & 0x0ff00000) == NETXEN_CRB_DDR_NET)
|
||||
continue;
|
||||
if (off == (NETXEN_CRB_PEG_NET_1 + 0x18) &&
|
||||
!NX_IS_REVISION_P3P(adapter->ahw.revision_id))
|
||||
buf[i].data = 0x1020;
|
||||
|
Loading…
Reference in New Issue
Block a user