Date: Mon, 21 Jul 2003 06:56:22 -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/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 Message-ID: <200307211356.h6LDuNDp032070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307211356.h6LDuNDp032070>