cvs commit: src/sys/dev/hfa fore_output.c fore_var.h fore_vcm.c hfa_freebsd.c hfa_freebsd.h

Hartmut Brandt harti at FreeBSD.org
Thu Jul 31 07:52:46 PDT 2003


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


More information about the cvs-src mailing list