From owner-cvs-all@FreeBSD.ORG Sat Jan 17 15:04:28 2004 Return-Path: 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 1363616A4CE; Sat, 17 Jan 2004 15:04:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4940443D2F; Sat, 17 Jan 2004 15:04:27 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0HN4R0B038183; Sat, 17 Jan 2004 15:04:27 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0HN4RA2038182; Sat, 17 Jan 2004 15:04:27 -0800 (PST) (envelope-from rwatson) Message-Id: <200401172304.i0HN4RA2038182@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jan 2004 15:04:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 17 Jan 2004 23:04:28 -0000 rwatson 2004/01/17 15:04:26 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC 1.179: date: 2003/05/16 01:13:16; author: rwatson; state: Exp; lines: +5 -1 Add a tunable/sysctl "hw.fxp_noflow" which disables flow control support on if_fxp cards. When flow control is enabled, if the operating system doesn't acknowledge the packet buffer filling, the card will begin to generate ethernet quench packets, but appears to get into a feedback loop of some sort, hosing local switches. This is a temporary workaround for 5.1: the ability to configure flow control should probably be exposed by some or another management interface on ethernet link layer devices. Requested by: Pawel Malachowski Revision Changes Path 1.110.2.32 +5 -1 src/sys/dev/fxp/if_fxp.c