Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 17:41:59 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   Detangling the ppbus/ppc interrupt stuff..
Message-ID:  <200808221741.59717.jhb@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
So I have a patch to try and straighten out the ppbus/ppc interrupt stuff a 
bit.  Rather than passing IRQ numbers around as ivars, etc., ppc is smart 
enough to let child devices ask for SYS_RES_IRQ rid 0 and let them use its 
assigned IRQ resource.  It then uses an interrupt event to mange the list of 
child interrupt handlers which it invokes from its own interrupt handler.  I 
don't currently have any boxes running HEAD that have anything hooked up to 
their ppc0 port, so I'd appreciate folks testing this if possible.

http://www.FreeBSD.org/~jhb/patches/ppc_intr.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808221741.59717.jhb>