From owner-cvs-src-old@FreeBSD.ORG Fri Nov 26 21:52:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 938C8106566B for ; Fri, 26 Nov 2010 21:52:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66B7F8FC0A for ; Fri, 26 Nov 2010 21:52:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAQLqlZS005973 for ; Fri, 26 Nov 2010 21:52:47 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAQLqlu2005972 for cvs-src-old@freebsd.org; Fri, 26 Nov 2010 21:52:47 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201011262152.oAQLqlu2005972@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 26 Nov 2010 21:52:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2010 21:52:47 -0000 marius 2010-11-26 21:52:33 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: SVN rev 215906 on 2010-11-26 21:52:33Z by marius Fix and implement missing parts of flow control support. This also removes the dev.fxp.%d.noflow tunable as the same effect can now be achieved with ifconfig(8) by setting the flowcontrol media option as desired (besides the tunable never having a chance to actually enable flow control support so far). In joint forces with: yongari Revision Changes Path 1.310 +72 -33 src/sys/dev/fxp/if_fxp.c 1.45 +2 -1 src/sys/dev/fxp/if_fxpreg.h 1.52 +0 -1 src/sys/dev/fxp/if_fxpvar.h