On Monday 19 February 2007 04:53, Danny Braniss wrote: > Hi all, > im getting stuck in destroy_dev(...) because > si_threadcount is not zero, (actually 1 before the call), > all this in sys/kern_conf.c. > what magic am I doing wrong? Don't call destroy_dev() in your close routine. -- John Baldwin