Merge request https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/158 was reviewed by Christian Mauderer
-- Christian Mauderer started a new discussion on freebsd/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/158#note_157691 > + */ > + err = bcm_dma_start(sc->sc_dma_ch, psrc, pdst, len); > + KASSERT((err == 0), ("bcm2835_sdhci: failed DMA start")); With your implementation of the bcm_dma_start, this should always fail. Why does the driver work like that? -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/158 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-3s89b4t2g1df4a932g03xhsl5-k/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
