Date: Thu, 12 Feb 2009 21:31:49 +0100 From: Alexej Sokolov <bsd.quest@googlemail.com> To: freebsd-hackers@freebsd.org Subject: bus_setup_intr (9) Message-ID: <671bb5fc0902121231v45317860ne3ff399c688261b1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?671bb5fc0902121231v45317860ne3ff399c688261b1>