Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/02/2004 22:20:54
Module Name:	src
Committed By:	bouyer
Date:		Mon Aug  2 22:20:54 UTC 2004

Modified Files:
	src/sys/dev/ic: wdc.c wdcvar.h
	src/sys/dev/pci: pciide_common.c

Log Message:
Make it possible for (*dma_finish)() to abort quietly a DMA op. Use this
in wdc_reset_channel().


To generate a diff of this commit:
cvs rdiff -r1.184 -r1.185 src/sys/dev/ic/wdc.c
cvs rdiff -r1.59 -r1.60 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/pciide_common.c

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