Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/17/2004 08:35:43
Module Name:	src
Committed By:	scw
Date:		Tue Aug 17 08:35:43 UTC 2004

Modified Files:
	src/sys/arch/powerpc/powerpc: bus_dma.c

Log Message:
In _bus_dmamap_load_buffer(), honour the maximum segment size specified
when the DMA map was created.

The previous behaviour honoured the maximum segment size only when
coalescing adjacent segments.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 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.