Interrupt Threads

Gary Jennejohn gljennjohn at googlemail.com
Sat Sep 18 09:41:37 UTC 2010


On Fri, 17 Sep 2010 11:23:39 -0400
John Baldwin <jhb at freebsd.org> wrote:

> The code currently lives in p4 at //depot/user/jhb/intr/...  I have also put 
> up a patch at http://www.freebsd.org/~jhb/patches/intr_threads.patch.  This 
> patch includes the changes to the igb(4) driver.
> 

Doesn't compile without INVARIANTS because in line 928 of
kern/kern_intr.c ihw is used, but its declaration is hidden behind
#ifdef INVARIANTS.

I just moved it outside the ifdef to get it to compile, but I haven't
tested the resulting kernel yet, so I don't know whether that was the
correct solution.

--
Gary Jennejohn


More information about the freebsd-arch mailing list