freebsd-dev/sys/dev/nge
Bill Paul 248fa967ca Change the interrupt handler a bit so that we call the nge_rxeof() handler
when we get an RX_ERR interrupt rather than the nge_rxeoc() handler. The
rxeoc (end of channel) handler attempts to reinitialize the whole NIC,
which we don't want to do if we only received a bad packet.
2001-07-16 16:35:09 +00:00
..
if_nge.c Change the interrupt handler a bit so that we call the nge_rxeof() handler 2001-07-16 16:35:09 +00:00
if_ngereg.h Fix some memory bugs with regard to jumbo buffers. I made a mistake when 2001-06-18 22:04:40 +00:00