Hi.

Taking a look at the code in 3c509.c in el3_start_xmit I see:

               outw(skb->len, ioaddr + TX_FIFO);
               outw(0x00, ioaddr + TX_FIFO);
               outsl(ioaddr + TX_FIFO, skb->data, (skb->len + 3) >> 2);

This delivers the packet to the nic, but does it also trigger the send?
I do not see an explicit trigger later on. Could someone please enlighten
me. Thank you very much for your time.

-joel
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to