cvs commit: src/sys/netgraph/atm ng_atm.c ng_atm.h src/sys/modules/netgraph Makefile src/sys/modules/netgraph/atm Makefile Makefile.inc src/sys/modules/netgraph/atm/atm Makefile

Hartmut Brandt harti at FreeBSD.org
Wed Jun 25 06:20:20 PDT 2003


harti       2003/06/25 06:20:19 PDT

  FreeBSD src repository

  Modified files:
    sys/modules/netgraph Makefile 
  Added files:
    sys/netgraph/atm     ng_atm.c ng_atm.h 
    sys/modules/netgraph/atm Makefile Makefile.inc 
    sys/modules/netgraph/atm/atm Makefile 
  Log:
  This is a netgraph node to access ATM interfaces. It works with the
  hatm(4) and fatm(4) drivers, en(4) will follow soon.
  
  Revision  Changes    Path
  1.29      +1 -0      src/sys/modules/netgraph/Makefile
  1.1       +7 -0      src/sys/modules/netgraph/atm/Makefile (new)
  1.1       +3 -0      src/sys/modules/netgraph/atm/Makefile.inc (new)
  1.1       +11 -0     src/sys/modules/netgraph/atm/atm/Makefile (new)
  1.1       +1371 -0   src/sys/netgraph/atm/ng_atm.c (new)
  1.1       +227 -0    src/sys/netgraph/atm/ng_atm.h (new)


More information about the cvs-src mailing list