From owner-cvs-src@FreeBSD.ORG Fri Aug 22 07:49:25 2003 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 961A016A4BF; Fri, 22 Aug 2003 07:49:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF2443FEA; Fri, 22 Aug 2003 07:49:25 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7MEnP0U012776; Fri, 22 Aug 2003 07:49:25 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7MEnOAi012775; Fri, 22 Aug 2003 07:49:24 -0700 (PDT) Message-Id: <200308221449.h7MEnOAi012775@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 22 Aug 2003 07:49:24 -0700 (PDT) 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/hfa fore_include.h fore_load.c fore_output.c fore_var.h fore_vcm.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: Fri, 22 Aug 2003 14:49:26 -0000 harti 2003/08/22 07:49:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/hfa fore_include.h fore_load.c fore_output.c fore_var.h fore_vcm.c Log: MFC: Implement CBR traffic shaping for the Fore adapters. This is controled by the sysctl hw.fore.hfaN.shape, which can be set to 0 (don't shape), 1 (shape at most one channel) and 2 (try to shape all channels). This works only with firmware version > 4, which is the default now. Submitted by: Vincent Jardin Revision Changes Path 1.2.2.1 +3 -0 src/sys/dev/hfa/fore_include.h 1.13.2.1 +55 -2 src/sys/dev/hfa/fore_load.c 1.5.2.1 +3 -3 src/sys/dev/hfa/fore_output.c 1.2.2.2 +17 -0 src/sys/dev/hfa/fore_var.h 1.4.2.1 +188 -0 src/sys/dev/hfa/fore_vcm.c