On 2023/08/04 20:18, Rin Okuyama wrote:
Module Name: src Committed By: rin Date: Fri Aug 4 11:18:18 UTC 2023 Modified Files: src/sys/arch/sun2/dev: sc_mbmem.c Log Message: sun2/sc(4): Fix panic due to wrong ENOMEM for DMA buffer Use kmem_zalloc(9) for sc->sc_dma_handles[] to zero-initialize flags. XXX Will soon apply to sun3.
Correction: sun3 is not affected. "sc(4) at vme(4)" has been fixed.