Subject: CVS commit: [netbsd-1-6] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 01/20/2006 22:20:50
Module Name:	src
Committed By:	tron
Date:		Fri Jan 20 22:20:50 UTC 2006

Modified Files:
	src/sys/dev/ic [netbsd-1-6]: ninjascsi32.c

Log Message:
Pull up following revision(s) (requested by itohy in ticket #5991):
	sys/dev/ic/ninjascsi32.c: revision 1.6
- Fix panic when the DMA buffer is not 4byte aligned.
  In this case, the transfer count becomes larger than the reality,
  and this fix works around it.
- Add missing bus_dmamap_unload() in attach failure path.


To generate a diff of this commit:
cvs rdiff -r1.2.6.1 -r1.2.6.2 src/sys/dev/ic/ninjascsi32.c

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