From owner-cvs-all@FreeBSD.ORG Fri Dec 8 03:30:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E5BD16A417; Fri, 8 Dec 2006 03:30:37 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36FA43CBA; Fri, 8 Dec 2006 03:29:41 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 9A4F611911D; Fri, 8 Dec 2006 14:30:34 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id AB7C58C02; Fri, 8 Dec 2006 14:30:34 +1100 (EST) Date: Fri, 8 Dec 2006 14:30:34 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Marius Strobl In-Reply-To: <200612080318.kB83IGmd042237@repoman.freebsd.org> Message-ID: <20061208143020.R39956@delplex.bde.org> References: <200612080318.kB83IGmd042237@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/pci if_xl.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, 08 Dec 2006 03:30:37 -0000 On Fri, 8 Dec 2006, Marius Strobl wrote: > marius 2006-12-08 03:18:16 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_xl.c > Log: > - Revert the parts of the previous revision which reloaded the watchdog > timer in xl_txeof()/xl_txeof_90xB(); xl_poll_locked() unconditionally > invokes xl_txeof()/xl_txeof_90xB(), effectively circumventing that > the watchdog ever fires in the DEVICE_POLLING case as its timer is > constantly reloaded. > - Remove the banal and pedantically outdated comment regarding setting > xl_wdog_timer to 0 in xl_txeof(). > > Pointed out by: bde Thanks. Bruce