ei_rx_overrun
Section: Kernel Hacker's Manual (9)
Updated: ei_rx_overrun
Index
Return to Main Contents
NAME
ei_rx_overrun - handle receiver overrun
SYNOPSIS
void ei_rx_overrun
(struct net_device *dev);
ARGUMENTS
- dev
-
network device which threw exception
WE HAVE A RECEIVER OVERRUN
we have to kick the 8390 to get it started
again. Problem is that you have to kick it exactly as NS prescribes in
the updated datasheets, or "the NIC may act in an unpredictable manner."
This includes causing "the NIC to defer indefinitely when it is stopped
on a busy network." Ugh.
Called with lock held. Don't call this with the interrupts off or your
computer will hate you - it takes 10ms or so.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- WE HAVE A RECEIVER OVERRUN
-
This document was created by
man2html,
using the manual pages.
Time: 03:55:30 GMT, June 12, 2005