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:02:35
Module Name: src
Committed By: bouyer
Date: Mon Aug 2 22:02:35 UTC 2004
Modified Files:
src/sys/dev/ata: ata.c
src/sys/dev/ic: wdc.c wdcvar.h
Log Message:
Clean up interraction between wdc_reset_channel and the kernel thread.
Move kill_xfer() after the reset, and stop the DMA engine if needed
(this will unload the DMA maps).
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/dev/ata/ata.c
cvs rdiff -r1.183 -r1.184 src/sys/dev/ic/wdc.c
cvs rdiff -r1.58 -r1.59 src/sys/dev/ic/wdcvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.