K 10 svn:author V 6 bryanv K 8 svn:date V 27 2013-01-21T06:42:56.599606Z K 7 svn:log V 433 virtio: Add support for ithread(9) Each VirtIO device was scheduling its own taskqueue(9) to do the off-level interrupt handling. ithreads(9) is the more nature way to do this. The primary motivation for this work to better support network multiqueue. Currently, the ithreads are just scheduling the device's taskqueue as before. The taskqueues in each driver will be removed in subsequent commits. Approved by: grehan (implicit) END