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. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sun2/dev/sc_mbmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.