freebsd-dev/sys/dev/fxp
Nate Lawson 05fb8c3f73 Drop locks before calling if_input() since it may re-enter fxp_start()
in the netisr case. This would result in a lock reversal.  This
fixes the net.isr.enable=1 case.  Better performance might be
obtained by chaining all packets received, dropping the lock, and
then calling if_input() on each one.

Reported by:	hmp
2003-06-23 23:23:49 +00:00
..
if_fxp.c Drop locks before calling if_input() since it may re-enter fxp_start() 2003-06-23 23:23:49 +00:00
if_fxpreg.h GCC 3.3 complains about anonymous structures in unions, so 2003-05-14 20:33:41 +00:00
if_fxpvar.h Get rid of the redundant 'gone' field, and overload suspend instead. 2003-04-30 01:54:38 +00:00
rcvbundl.h Add Intel's loadable microcode to implement receive side bundling. 2001-10-25 05:23:31 +00:00