patch-2.2.18 linux/drivers/net/ariadne2.c
Next file: linux/drivers/net/arlan.c
Previous file: linux/drivers/net/ariadne.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Fri Oct 13 23:58:25 2000
 -  Orig file: 
v2.2.17/drivers/net/ariadne2.c
 -  Orig date: 
Fri Apr 21 12:46:15 2000
 
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/net/ariadne2.c linux/drivers/net/ariadne2.c
@@ -178,6 +178,7 @@
     name = "NE2000";
 
     dev->base_addr = ioaddr;
+    dev->irq = IRQ_AMIGA_PORTS;
 
     /* Install the Interrupt handler */
     if (request_irq(IRQ_AMIGA_PORTS, ei_interrupt, 0, "AriadNE2 Ethernet",
@@ -192,7 +193,9 @@
     ((struct ei_device *)dev->priv)->priv = key;
 
     for(i = 0; i < ETHER_ADDR_LEN; i++) {
+#ifdef DEBUG
 	printk(" %2.2x", SA_prom[i]);
+#endif
 	dev->dev_addr[i] = SA_prom[i];
     }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)