提交 e7473f12 编写于 作者: A Amit Kumar Salecha 提交者: David S. Miller

netxen: fix merge 9b963e5d

Patch "fix memory initialization:5d521fd3" didn't got merge.
Signed-off-by: NAmit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 906bb26c
...@@ -528,6 +528,8 @@ int netxen_pinit_from_rom(struct netxen_adapter *adapter) ...@@ -528,6 +528,8 @@ int netxen_pinit_from_rom(struct netxen_adapter *adapter)
continue; continue;
if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */ if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */
continue; continue;
if ((off & 0x0ff00000) == NETXEN_CRB_DDR_NET)
continue;
if (off == (NETXEN_CRB_PEG_NET_1 + 0x18) && if (off == (NETXEN_CRB_PEG_NET_1 + 0x18) &&
!NX_IS_REVISION_P3P(adapter->ahw.revision_id)) !NX_IS_REVISION_P3P(adapter->ahw.revision_id))
buf[i].data = 0x1020; buf[i].data = 0x1020;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册