Module Name: src Committed By: skrll Date: Sun Oct 20 13:43:36 UTC 2024
Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: Apply the same fix that was applied to the arm version of this. _bus_dmatag_subregion is always EOPNOTSUPP for !_RISCV_NEED_BUS_DMA_BOUNCE No need to check {min,max}_addr. Compiler did the right thing, but... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/riscv/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.