summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-11 08:40:02 +0000
committerharti <harti@FreeBSD.org>2003-08-11 08:40:02 +0000
commite6ffc57441a25e3a8cab5d8757dd6c94416ae90f (patch)
tree42177e9d186d9cbd80396592804df641db1edb31 /sys/modules/netgraph
parent69bd57b2dd4ca4d24b0364a47a8e3074a228c1c6 (diff)
downloadFreeBSD-src-e6ffc57441a25e3a8cab5d8757dd6c94416ae90f.zip
FreeBSD-src-e6ffc57441a25e3a8cab5d8757dd6c94416ae90f.tar.gz
Add ng_atmpif: a HARP physical interface emulation. This allows one
to run the HARP ATM stack without real hardware. Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atm/Makefile5
-rw-r--r--sys/modules/netgraph/atm/atmpif/Makefile10
2 files changed, 13 insertions, 2 deletions
diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile
index 54cc0af..c0fe9fe 100644
--- a/sys/modules/netgraph/atm/Makefile
+++ b/sys/modules/netgraph/atm/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
-SUBDIR= \
- atm
+SUBDIR= \
+ atm \
+ atmpif
.include <bsd.subdir.mk>
diff --git a/sys/modules/netgraph/atm/atmpif/Makefile b/sys/modules/netgraph/atm/atmpif/Makefile
new file mode 100644
index 0000000..324fbdf
--- /dev/null
+++ b/sys/modules/netgraph/atm/atmpif/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+#
+.PATH: ${.CURDIR}/../../../../netgraph/atm/atmpif
+
+KMOD= ng_atmpif
+SRCS= ng_atmpif.c ng_atmpif_harp.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud