[PATCH 394] Sun-3 LANCE Ethernet

From: Geert Uytterhoeven
Date: Fri Feb 20 2004 - 07:50:05 EST


sun3lance updates from Sam Creasey:
- Pass the correct flags to request_irq()
- Add debug code for transmitting packets

--- linux-2.6.3/drivers/net/sun3lance.c 2003-05-27 19:03:01.000000000 +0200
+++ linux-m68k-2.6.3/drivers/net/sun3lance.c 2004-01-15 13:58:42.000000000 +0100
@@ -321,7 +321,7 @@

REGA(CSR0) = CSR0_STOP;

- request_irq(LANCE_IRQ, lance_interrupt, 0, "SUN3 Lance", dev);
+ request_irq(LANCE_IRQ, lance_interrupt, SA_INTERRUPT, "SUN3 Lance", dev);
dev->irq = (unsigned short)LANCE_IRQ;


@@ -484,6 +484,9 @@
struct lance_tx_head *head;
unsigned long flags;

+ DPRINTK( 1, ( "%s: transmit start.\n",
+ dev->name));
+
/* Transmitter timeout, serious problems. */
if (netif_queue_stopped(dev)) {
int tickssofar = jiffies - dev->trans_start;

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/