Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 07:52:44 -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_output.c fore_var.h fore_vcm.c hfa_freebsd.c hfa_freebsd.h
Message-ID:  <200307311452.h6VEqjhR060808@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/07/31 07:52:44 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/hfa          fore_output.c fore_var.h fore_vcm.c 
                         hfa_freebsd.c hfa_freebsd.h 
  Log:
  Implement a traffic shaping option for the PCA200 for CBR channels.
  This is controlled by a per-adapter sysctl hw.atm.hfaX.shape. When
  set to 0, no shaping occures. When set to 1 at most 1 channel is
  shaped. When set to 2 all CBR channels are shaped. Note, that the
  latter may actually not work, because of the adapter supporting
  the shaping of only one PDU at the same time.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/dev/hfa/fore_output.c
  1.9       +11 -0     src/sys/dev/hfa/fore_var.h
  1.9       +190 -2    src/sys/dev/hfa/fore_vcm.c
  1.7       +43 -0     src/sys/dev/hfa/hfa_freebsd.c
  1.2       +4 -0      src/sys/dev/hfa/hfa_freebsd.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311452.h6VEqjhR060808>