Date: Fri, 22 Aug 2003 07:49:24 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hfa fore_include.h fore_load.c fore_output.c fore_var.h fore_vcm.c Message-ID: <200308221449.h7MEnOAi012775@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vjardin@wanadoo.fr> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308221449.h7MEnOAi012775>