patch-2.3.13 linux/drivers/net/ariadne2.c
Next file: linux/drivers/net/atari_bionet.c
Previous file: linux/drivers/net/acenic.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Aug 9 12:32:28 1999
- Orig file:
v2.3.12/linux/drivers/net/ariadne2.c
- Orig date:
Thu Jul 8 15:42:20 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/net/ariadne2.c linux/drivers/net/ariadne2.c
@@ -177,6 +177,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",
@@ -191,7 +192,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)