Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 06/28/2002 18:21:02
Module Name: syssrc
Committed By: briggs
Date: Fri Jun 28 15:21:02 UTC 2002
Modified Files:
syssrc/sys/arch/arm/arm32: bus_dma.c
Log Message:
Remove complaint: bus_dmamap_destroy() called for map with valid
mappings bus_dma(9) states: "In the event that the DMA handle contains
a valid mapping, the mapping will be unloaded via the same mechanism
used by bus_dmamap_unload()." And some drivers do mean to skip the
unload step.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/arm/arm32/bus_dma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.