It appears to be a bug in the softnet driver updates. A fix follows.
-- Dave
--- 3c589_cs.c~ Mon Feb 14 20:00:18 2000
+++ 3c589_cs.c Tue Feb 15 14:52:39 2000
/* There's room in the FIFO for a full-sized packet. */
outw(AckIntr | TxAvailable, ioaddr + EL3_CMD);
netif_wake_queue (dev);
- } else {
- netif_stop_queue (dev);
}
if (status & TxComplete)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/