Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/powerpc/powerpc
Module Name: src
Committed By: garbled
Date: Fri Oct 27 19:36:15 UTC 2006
Modified Files:
src/sys/arch/powerpc/powerpc: bus_dma.c
Log Message:
Change an instance of curaddr to PHYS_TO_BUS_MEM(t, curaddr) in
_bus_dmamap_load_buffer, otherwise when attempting to DMA a buffer larger
than PAGE_SIZE on an arch where PHYS != BUS it will allways fail.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/arch/powerpc/powerpc/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