|
@@ -639,10 +639,6 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
|
NETXEN_CRB_NORMALIZE(adapter,
|
|
|
NETXEN_ROMUSB_GLB_PEGTUNE_DONE));
|
|
|
/* Handshake with the card before we register the devices. */
|
|
|
- writel(0, NETXEN_CRB_NORMALIZE(adapter, CRB_CMDPEG_STATE));
|
|
|
- netxen_pinit_from_rom(adapter, 0);
|
|
|
- msleep(1);
|
|
|
- netxen_load_firmware(adapter);
|
|
|
netxen_phantom_init(adapter, NETXEN_NIC_PEG_TUNE);
|
|
|
}
|
|
|
|