K 10 svn:author V 3 njl K 8 svn:date V 27 2003-06-23T23:23:49.000000Z K 7 svn:log V 318 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 END