bus_setup_intr (9)

Kip Macy kmacy at freebsd.org
Thu Feb 12 13:40:15 PST 2009


in HEAD, see intr_event_handle in sys/kern/kern_intr.c

Cheers,
Kip

On Thu, Feb 12, 2009 at 12:31 PM, Alexej Sokolov
<bsd.quest at googlemail.com> wrote:
> hello,
>
> from man:
> int
>     bus_setup_intr(device_t dev, struct resource *r, int flags,
>         driver_filter_t filter, driver_intr_t ithread, void *arg,
>         void **cookiep);
>
> The function filter returns value of type driver_filter_t (int).  This
> function will run if interrupt happen.
>
> Question: Which function will get this returned "int value" of filter
> function. Or How/where can I catch it ?
>
> Alexej
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>


More information about the freebsd-hackers mailing list