CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/24 04:50:43
Modified files: sys/dev/fdt : bcm2835_clock.c bcm2835_mbox.c Log message: Use a separate coherent DMA buffer for sending commands to the firmware. This fixes cache coherency issues on the rpi5. This also means we no longer need to make sure our command buffers are 16-byte aligned. ok mglocker@