Subject: CVS commit: [netbsd-2-0] src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/11/2004 19:44:02
Module Name:	src
Committed By:	jmc
Date:		Wed Aug 11 19:44:02 UTC 2004

Modified Files:
	src/sys/dev/ata [netbsd-2-0]: wd.c

Log Message:
Pullup rev 1.281 (requested by bouyer in ticket #733)

Implement asynchronous channel reset.
Use this to reset the channel before doing a dump, instead of the hack in
  wdc_exec_xfer() based on C_POLL. This hack was causing problems on
  controllers with a shared queue, because we now can have C_POLL set during
  concurent channels probes


To generate a diff of this commit:
cvs rdiff -r1.274.2.4 -r1.274.2.5 src/sys/dev/ata/wd.c

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