K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-12T17:46:40.000000Z K 7 svn:log V 382 Apply the same netisr mechanism to transmissions as well. In order to drive the transmitter, we have to check the interface's send queue in the TX end of frame handler (i.e. the usb bulk out callback) and push out new transmissions if the queue has packets in it and the transmitter is ready. But the txeof handler is also called from a USB callback running at splusb() too. Grrr. END