> You should define MSI device nodes on your target dts. And you can refer > to the > file, mpc8572ds.dts.
I see nothing in that file that defines any MSIs. I see code that looks like it maps ROOT COMPLEX MODE interrupts on regular PCI interfaces, which IS NOT WHAT I AM DOING. Since it seems I have been unclear, let me state this as clearly as possible. I AM DOING ENDPOINT MODE. > I think you can check fsl_msi.c to figure out what you want. Except that file doesn't exist in the 2.6.26 kernel with which I am working. > Firstly you should use irq_of_parse_and_map()/irq_create_mapping() to map > the > real hardware irq to virtual irq. Then use request_irq() with the virtual > irq to > hook your interrupt handler. Except I have no device to pass irq_of_parse_and_map, and when I call irq_create_mapping it seg faults. > > Maybe you can check the file, ppc4xx_pci.c since ppc4xx also can support > EP as I > previously said. It only "supports" EP mode in the sense that it sets the hardware up to export a BAR, and does nothing else. It doesn't provide any means for any other code to actually DO anything in that mode. It doesn't define a way to be interrupted by the root complex, nor to do anything when that interrupt happens. It doesn't supply any meaningful framework to get any data from the Root Complex. That's the whole reason I am trying to make a piece of code that actually WILL make those things available in a useful fashion. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev