Subject: Re: aiodone and other kernel threads documentation
To: Jeremy C. Reed <reed@reedmedia.net>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-misc
Date: 01/07/2004 13:40:43
Jeremy C. Reed wrote:
> 
> usbtask
This performs some minor tasks that need to sleep, e.g.,
some MII stuff for network adapters.

> 
> usb0
It's the thread that watches for insertion and removal for
USB bus 0.  It does the initial negotiations with the
device, and needs a thread because all USB comm needs to
sleep.

	-- Lennart