LibBSD | pci: Add zynqmp pcib support (!146)
Kinsey Moore (@opticron)
gitlab at rtems.org
Fri Jun 5 15:17:43 UTC 2026
Kinsey Moore started a new discussion on rtemsbsd/sys/dev/xilinx/xlnx_nwl_pcib.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_152013
> +}
> +
> +static void xlnx_nwl_pcib_msi_intr(void* arg, int msireg) {
> + struct xlnx_nwl_pcib_softc* sc;
> + struct xlnx_nwl_pcib_irqsrc* irq_i;
> + struct trapframe* tf;
> + uint32_t reg;
> + int i;
> + int irq;
> +
> + sc = arg;
> +#ifndef __rtems__
> + tf = curthread->td_intr_frame;
> +#else /* __rtems__ */
> + tf = NULL;
> +#endif
Is this a backported file?
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_152013
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260605/926074e9/attachment-0001.htm>
More information about the bugs
mailing list