Subject: CVS commit: src/sys/arch/sparc64/dev
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/16/2003 18:18:59
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov 16 18:18:59 UTC 2003

Modified Files:
	src/sys/arch/sparc64/dev: iommu.c

Log Message:
Fix address calculation for split segment address when the buffer is
crossing boundary in iommu_dvmamap_load().
Fixes E2BIG error on dmamap with smaller boundary size than maxxfersize
(which is used by recent changed pcscp(4)).

While here, some KNF around debug printf etc.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/arch/sparc64/dev/iommu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.