BUS_SETUP_INTR definition

Sergey Ryazanov ryazanov.s.a at gmail.com
Wed Nov 9 15:45:20 UTC 2011


2011/11/9 Sergey Ryazanov <ryazanov.s.a at 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


More information about the freebsd-questions mailing list