RTEMS | Fix SJA1000 driver to use proper PCI/PCIe I/O access routines (i.e. inb, outb, ioread8, iowrite8) (#5563)
Chris Johns (@chris)
gitlab at rtems.org
Thu Apr 30 23:21:38 UTC 2026
Chris Johns commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5563#note_149352
Drivers under `cpukit/dev` mayill not have access to BSP level interfaces. We do not want the `cpukit` being dependent on BSPs. If your driver needs BSP level interfaces or defines for performance or what ever reasons consider placing them in `bsp/shared/dev` may work.
Drivers under `cpukit/dev` can use indirection where BSP or application provides read and write call pointers the driver uses.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5563#note_149352
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/20260430/0bd12db9/attachment-0001.htm>
More information about the bugs
mailing list