Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 10/27/2006 19:36:15
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.