Subject: CVS commit: [netbsd-2] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/28/2005 01:38:58
Module Name:	src
Committed By:	jmc
Date:		Fri Oct 28 01:38:58 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-2]: wdc.c

Log Message:
Pullup (via patch) requested by bouyer in ticket #5852
  In __wdccommand_start(), don't cann wdcwait() with ata_c->flags, as this gives
  information about the context in which wdc_exec_command() was called, but
  we may be in interrupt context here. Call wdcwait() with flags derived from
  xfer->c_flags instead, as do other wdcwait() callers. PR#31083


To generate a diff of this commit:
cvs rdiff -r1.172.2.7.2.10 -r1.172.2.7.2.11 src/sys/dev/ic/wdc.c

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