DragonFly kernel List (threaded) for 2007-11
DragonFly BSD
DragonFly kernel List (threaded) for 2007-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Is there analog of `softint_establish and co.` in DFly kernel?


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Nov 2007 09:53:54 -0800 (PST)

:Which mechanisms in DFLy kernel may use as analog with some
:functianality of softint_XXX?
:

    We have a software interrupt mechanism via the SWI_* defines in
    sys/interrupt.h.  Various bits of code use them, for example
    the kernel task queue (kern/subr_taskqueue.c), CAM (bus/cam/cam_xpt.c),
    and a few others.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]