I asked a very similar question a while ago (within at most two months I think). Try search for subject "kernel daemon cleanup".
-Zhihui On Tue, 11 Jun 2002, John Baldwin wrote: > > On 10-Jun-2002 Ferruccio Vitale wrote: > > Hi, > > > > how can I destroy a kernel thread that I previously created? > > Regards, > > You need to signal the kthread (kproc) somehow and have it call > kthread_exit() to commit suicide. > > -- > > John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

