Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/07/2003 08:58:34
Module Name:	src
Committed By:	bouyer
Date:		Fri Nov  7 08:58:33 UTC 2003

Modified Files:
	src/sys/dev/ic: wdc.c

Log Message:
If we already have a channel reset pending, don't try to queue a new one.
Otherwise we would bump queue_freeze several times, but the kernel thread would
decrease it only one time.
Fix PR kern/23377 by Mattias Karlsson, and should also fix similar problem
reported by Mihai CHELARU and Bruce J.A. Nourish on current-users.


To generate a diff of this commit:
cvs rdiff -r1.152 -r1.153 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.