Subject: Re: CVS commit: src/sys/dev/ic
To: Manuel Bouyer <bouyer@netbsd.org>
From: Mattias Karlsson <keihan@NetBSD.org>
List: source-changes
Date: 11/07/2003 10:03:31
On Fri, Nov 07, 2003 at 08:58:34AM +0000, Manuel Bouyer wrote:
> 
> 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.
> 

Actually Jon Olsson was originator of kern/23377, I just gave it a push since
I had the same problem :-)

Thanks again for the fix Manuel!


Regards,
Mattias.