CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2017/02/25 09:53:09

Modified files:
        sys/arch/arm64/arm64: intr.c 
        sys/arch/arm64/include: intr.h 

Log message:
MSI interrupts are established in a different way as well.  Instead of
simply hooking up the interrupt handler and returning an MD cookie, we
need to pass back information for the PCI controller to configure its
interrupt correctly.  For this, add another establish routine into the
FDT-based interrupt API which looks up msi-controller nodes and calls
their MSI-specific establish function if requested.

ok kettenis@

Reply via email to