aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sundance.c')
-rw-r--r--drivers/net/sundance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c
index 8c4eb11ab44e..d8a7e08cab2b 100644
--- a/drivers/net/sundance.c
+++ b/drivers/net/sundance.c
@@ -691,7 +691,7 @@ static int __devinit sundance_probe1 (struct pci_dev *pdev,
691 /* Reset the chip to erase previous misconfiguration. */ 691 /* Reset the chip to erase previous misconfiguration. */
692 if (netif_msg_hw(np)) 692 if (netif_msg_hw(np))
693 printk("ASIC Control is %x.\n", ioread32(ioaddr + ASICCtrl)); 693 printk("ASIC Control is %x.\n", ioread32(ioaddr + ASICCtrl));
694 iowrite16(0x007f, ioaddr + ASICCtrl + 2); 694 iowrite16(0x00ff, ioaddr + ASICCtrl + 2);
695 if (netif_msg_hw(np)) 695 if (netif_msg_hw(np))
696 printk("ASIC Control is now %x.\n", ioread32(ioaddr + ASICCtrl)); 696 printk("ASIC Control is now %x.\n", ioread32(ioaddr + ASICCtrl));
697 697