Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 05/01/2001 10:32:52
Module Name: syssrc
Committed By: scw
Date: Tue May 1 07:32:52 UTC 2001
Modified Files:
syssrc/sys/arch/mvme68k/mvme68k: bus_dma.c
Log Message:
Don't panic in _bus_dmamap_sync() if a segment start address/length are
not aligned to a cacheline boundary.
Instead round down the start address, round up the length and "DTRT".
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/mvme68k/mvme68k/bus_dma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.