Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d521fd3 authored by Amit Kumar Salecha's avatar Amit Kumar Salecha Committed by David S. Miller
Browse files

netxen: fix memory initialization



Avoid resetting memory during initialization, skip this memory
block during driver probe.

Signed-off-by: default avatarAmit Kumar Salecha <amit@netxen.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 507eebef
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -544,6 +544,8 @@ int netxen_pinit_from_rom(struct netxen_adapter *adapter, int verbose)
				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))
				buf[i].data = 0x1020;
				buf[i].data = 0x1020;
			/* skip the function enable register */
			/* skip the function enable register */