summaryrefslogtreecommitdiffstats
path: root/sys/modules/harp
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-07-21 13:56:22 +0000
committerharti <harti@FreeBSD.org>2003-07-21 13:56:22 +0000
commit41db0ba3ce4d862ca17d07d142d6ebfd4074d292 (patch)
tree1d080550d59b3a8872589b0e63fb82e89306d36b /sys/modules/harp
parent43111ba8b711c4b59ef78537a8605f599b9721d8 (diff)
downloadFreeBSD-src-41db0ba3ce4d862ca17d07d142d6ebfd4074d292.zip
FreeBSD-src-41db0ba3ce4d862ca17d07d142d6ebfd4074d292.tar.gz
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.
Diffstat (limited to 'sys/modules/harp')
-rw-r--r--sys/modules/harp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/harp/Makefile b/sys/modules/harp/Makefile
new file mode 100644
index 0000000..b60cac9
--- /dev/null
+++ b/sys/modules/harp/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <brandt@fokus.gmd.de>
+#
+.PATH: ${.CURDIR}/../../dev/harp
+
+KMOD= if_harp
+SRCS= if_harp.c device_if.h
+
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
+CFLAGS+= -DDEBUG -DINVARIANTS -g
+LDFLAGS+= -g
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud