Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 04/07/2001 13:50:14
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sat Apr  7 10:50:14 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: lsi64854.c

Log Message:
Fix some bus_dma(9) usage:
- bus_dmamap_sync() takes offset into the dmamap, not VA.
- Use BUS_DMA_STREAMING for the data dmamap, not BUS_DMA_COHERENT.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/lsi64854.c

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