.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "EI_RX_OVERRUN" "" "06 October 2005" "" "" .SH NAME ei_rx_overrun \- handle receiver overrun .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ei_rx_overrun (struct net_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR network device which threw exception .SH "WE HAVE A RECEIVER OVERRUN" .PP 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.