diff options
-rw-r--r-- | drivers/net/netxen/netxen_nic_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_init.c b/drivers/net/netxen/netxen_nic_init.c index 6ee27a630d89..80a667460514 100644 --- a/drivers/net/netxen/netxen_nic_init.c +++ b/drivers/net/netxen/netxen_nic_init.c | |||
@@ -528,6 +528,8 @@ int netxen_pinit_from_rom(struct netxen_adapter *adapter) | |||
528 | continue; | 528 | continue; |
529 | if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */ | 529 | if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */ |
530 | continue; | 530 | continue; |
531 | if ((off & 0x0ff00000) == NETXEN_CRB_DDR_NET) | ||
532 | continue; | ||
531 | if (off == (NETXEN_CRB_PEG_NET_1 + 0x18) && | 533 | if (off == (NETXEN_CRB_PEG_NET_1 + 0x18) && |
532 | !NX_IS_REVISION_P3P(adapter->ahw.revision_id)) | 534 | !NX_IS_REVISION_P3P(adapter->ahw.revision_id)) |
533 | buf[i].data = 0x1020; | 535 | buf[i].data = 0x1020; |