From owner-cvs-all@FreeBSD.ORG Fri Dec 2 11:42:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C22716A41F; Fri, 2 Dec 2005 11:42:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0356743D5E; Fri, 2 Dec 2005 11:42:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id AB68D46BF3; Fri, 2 Dec 2005 06:42:21 -0500 (EST) Date: Fri, 2 Dec 2005 11:42:21 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "David E. O'Brien" In-Reply-To: <200510271539.j9RFdJdS096434@repoman.freebsd.org> Message-ID: <20051202114031.J77687@fledge.watson.org> References: <200510271539.j9RFdJdS096434@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/nve if_nve.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 11:42:24 -0000 On Thu, 27 Oct 2005, David E. O'Brien wrote: > obrien 2005-10-27 15:39:19 UTC > > FreeBSD src repository > > Modified files: > sys/dev/nve if_nve.c > Log: > Clear pending_txs when not "RUNNING". > > Submitted by: Q David, I have had at least one report that this patch corrects repeated wedging of the if_nve interface on 6.x systems. Do you have plans to merge this patch to RELENG_6 and/or RELENG_6_0? The PR seems to suggest a larger set of changes that I've not dug into, and as a result fail to understand, however. Robert N M Watson