>>>>> "Eric" == Eric Peterson <[EMAIL PROTECTED]> writes:

Eric> Sometimes called "task queues" or "deferred callbacks", they
Eric> allow an interrupt handler to schedule a (possibly predefined)
Eric> function to be called outside the context of the interrupt.

(not an answer, just a suggestion) Is there anything you cannot do
with a userland program, that will be resumed by the interrupt
handler? Doing this even gives you the possibility of choosing the
priority of the deferred handler relative to other handler and regular
processes (as eCos does).

  Sam
-- 
Samuel Tardieu -- [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to