cvs commit: src/sys/conf NOTES files src/share/man/man4 Makefile harp.4 src/sys/modules Makefile src/sys/dev/harp if_harp.c src/sys/modules/harp Makefile

Hartmut Brandt harti at FreeBSD.org
Mon Jul 21 06:56:24 PDT 2003


harti       2003/07/21 06:56:22 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files 
    share/man/man4       Makefile 
    sys/modules          Makefile 
  Added files:
    share/man/man4       harp.4 
    sys/dev/harp         if_harp.c 
    sys/modules/harp     Makefile 
  Log:
  This is a pseudo physical interface for the HARP ATM stack. When loaded
  it attaches to all existing NATM network interfaces in the system
  and creates a HARP physical interface for each of them. This allows
  us to use the same set of ATM drivers for all ATM stuff. It is
  possible to use the same interface for HARP, NATM and netgraph at the
  same time.
  
  Revision  Changes    Path
  1.216     +1 -0      src/share/man/man4/Makefile
  1.1       +64 -0     src/share/man/man4/harp.4 (new)
  1.1164    +3 -0      src/sys/conf/NOTES
  1.809     +1 -0      src/sys/conf/files
  1.1       +652 -0    src/sys/dev/harp/if_harp.c (new)
  1.341     +1 -0      src/sys/modules/Makefile
  1.1       +14 -0     src/sys/modules/harp/Makefile (new)


More information about the cvs-src mailing list