|
@@ -1492,6 +1492,8 @@ int bgmac_enet_probe(struct bgmac *bgmac)
|
|
struct net_device *net_dev = bgmac->net_dev;
|
|
struct net_device *net_dev = bgmac->net_dev;
|
|
int err;
|
|
int err;
|
|
|
|
|
|
|
|
+ bgmac_chip_intrs_off(bgmac);
|
|
|
|
+
|
|
net_dev->irq = bgmac->irq;
|
|
net_dev->irq = bgmac->irq;
|
|
SET_NETDEV_DEV(net_dev, bgmac->dev);
|
|
SET_NETDEV_DEV(net_dev, bgmac->dev);
|
|
dev_set_drvdata(bgmac->dev, bgmac);
|
|
dev_set_drvdata(bgmac->dev, bgmac);
|