Module Name: src Committed By: andvar Date: Sun Dec 17 22:01:56 UTC 2023
Modified Files: src/sys/arch/x68k/dev: intio_dmac.c Log Message: Fix DMAC_ARRAYCHAIN enabled build: pass dmac->sc_dev instead of undefined self in dmac_start_xfer_offset(). remove unused chan/ch variables in dmac_program_arraychain(). initialize c to zero in dmac_start_xfer_offset() and add check that is bigger than 0 before calling dma_cachectl() to fix potentially uninitialized error (seems to be false positive though). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x68k/dev/intio_dmac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.