Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/08/2004 18:49:52
Module Name:	src
Committed By:	bouyer
Date:		Wed Dec  8 18:49:52 UTC 2004

Modified Files:
	src/sys/dev/ata: ata_wdc.c

Log Message:
Move ata_dmaerr() so that it's called only when there really has been an error
(ata_bio->r_error doesn't containt anything meaningfull if no error occured).
Fix kern/28255 by Izumi Tsutsui, but with a different patch.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/dev/ata/ata_wdc.c

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