From owner-cvs-src@FreeBSD.ORG Mon Jan 31 22:39:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE2A16A4CE; Mon, 31 Jan 2005 22:39:31 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F3343D39; Mon, 31 Jan 2005 22:39:30 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with SMTP id 0A5E646B03; Mon, 31 Jan 2005 17:39:30 -0500 (EST) Date: Mon, 31 Jan 2005 22:38:49 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200501311442.23648.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:39:31 -0000 On Mon, 31 Jan 2005, John Baldwin wrote: > On Saturday 29 January 2005 06:13 pm, Robert Watson wrote: > > rwatson 2005-01-29 23:13:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/fxp if_fxp.c > > Log: > > Disable ethernet flow control in if_fxp by default, in order to prevent > > unexpected surprises when a system panics or is left in the debugger. > > Is this the bit that would cause the interface to start spewing pause > packets onto the network after a panic resulting in the whole network > being useless until the box is powered off? Yup, that's the one. It's a feature :-). Robert N M Watson