Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: skrll
Date: Sat Jan 17 13:36:23 UTC 2026
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
src/sys/arch/arm/include: bus_defs.h
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
Type consistency. Use paddr_t for PAs instead of bus_addr_t.
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/arm/arm32/bus_dma.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/include/bus_defs.h
cvs rdiff -u -r1.13 -r1.14 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.
Home |
Main Index |
Thread Index |
Old Index