summaryrefslogtreecommitdiffstats
path: root/sys/modules/hatm
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-17 16:12:50 +0000
committerharti <harti@FreeBSD.org>2003-06-17 16:12:50 +0000
commit7fd232e2767bc56bea5d74ff3eba8c5677d897f4 (patch)
treeb68cd977110a00c4fb5cb1d12d68e24f6f76ba1a /sys/modules/hatm
parent78a38f4ad23cae911dd3cd2c813338b731be47c7 (diff)
downloadFreeBSD-src-7fd232e2767bc56bea5d74ff3eba8c5677d897f4.zip
FreeBSD-src-7fd232e2767bc56bea5d74ff3eba8c5677d897f4.tar.gz
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
busdma and has extensively been tested on i386 and sparc64.
Diffstat (limited to 'sys/modules/hatm')
-rw-r--r--sys/modules/hatm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/modules/hatm/Makefile b/sys/modules/hatm/Makefile
new file mode 100644
index 0000000..807740e
--- /dev/null
+++ b/sys/modules/hatm/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+#
+.PATH: ${.CURDIR}/../../dev/hatm
+
+KMOD= if_hatm
+SRCS= if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_tx.c if_hatm_rx.c \
+ device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h
+
+CFLAGS+= -DENABLE_BPF
+# CFLAGS+= -DHATM_DEBUG -DINVARIANT_SUPPORT -DINVARIANTS -g
+# LDFLAGS+= -g
+
+opt_inet.h:
+ echo "#define INET 1" > opt_inet.h
+
+opt_natm.h:
+ echo "#define NATM 1" > opt_natm.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud