Re: taskqueue_drain

2006-11-05 Thread John-Mark Gurney
questions: > 1. if_em is using taskqueue_enqueue rather than > taskqueue_enqueue_fast. this is contrary to what "man taskqueue" > claims. how come? Probably a bug... > 2. when my capture-device is closed, i need to drain the taskqueue. > however, taskqueue_drain needs a ta

taskqueue_drain

2006-10-25 Thread usleepless
s contrary to what "man taskqueue" claims. how come? 2. when my capture-device is closed, i need to drain the taskqueue. however, taskqueue_drain needs a task as an argument. but i have queued 2 different tasks on the taskqueue. what to do? i guess they need to be processed "in orde