On Saturday 19 February 2011 15:14:17 Martin Birgmeier wrote:
> - what do I need to do on the USB side to start receive and transmit 
> machines (do I need to start separate kernel threads or just issue two 
> usbd_transfer_setup() calls as for loading the firmware),

USB already has some kernel threads which all callbacks are executed from. If 
your software does not sleep I.E. pause() in the callbacks, then it should be 
OK to execute the ATM stack directly from USB.

--HPS
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to