K 10 svn:author V 3 mav K 8 svn:date V 27 2008-03-27T23:02:30.000000Z K 7 svn:log V 420 Remove ng_setisr() call from ng_dequeue(). It is useless as we any way will never exit ngintr(), while there is some ready requests on the queue. It was made years ago with hope of parallel queue processing by several net threads. But even if we have several threads sometimes, we have no rights to process queue in parallel as it will break original requests serialization that is critically important for some setups. END