2011/11/9 Sergey Ryazanov <ryazanov....@gmail.com>:
> I learning interrupt handling inside FreeBSD kernel but can't find
> BUS_SETUP_INTR() function realization or even definition.
> Could somebody advice me where defined and realized BUS_SETUP_INTR()
> function/macro?

I found the answer on one's own.

BUS_SETUP_INTR() is the inline function defined in
/usr/obj/usr/src/sys/XXX/*/bus_if.h which is generated during build
time from /sys/kern/bus_if.m template.

-- 
With best wishes
Sergey Ryazanov
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to