CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/25 14:52:47
Modified files:
sys/arch/riscv64/dev: mainbus.c simplebus.c
Log message:
Handle a "dma-noncoherent" property on the root node of the device tree.
Consistently use OF_getpropbool() for the "dma-coherent" and
"dma-noncoherent" properties.
ok patrick@, miod@, phessler@, jca@
