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> Resent-Message-ID: <200808291135.07603.owner-freebsd-current@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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808221741.59717.jhb>