Date: Wed, 25 Jun 2003 06:20:19 -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/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 Message-ID: <200306251320.h5PDKJhC080586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306251320.h5PDKJhC080586>