summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-01-24 01:32:20 +0000
committerfjoe <fjoe@FreeBSD.org>2003-01-24 01:32:20 +0000
commitfc2f60400f2eeb5b4d5322ee9d0bd0b218225fe4 (patch)
treeef3de707a3715f6bc27322be78dfbeaad1be3e98 /sys/modules
parent8a55a31618aea1ffbd4a75915958fdcb772c3236 (diff)
downloadFreeBSD-src-fc2f60400f2eeb5b4d5322ee9d0bd0b218225fe4.zip
FreeBSD-src-fc2f60400f2eeb5b4d5322ee9d0bd0b218225fe4.tar.gz
- add support for IPX (tested with mount -t nwfs and mars_nwe),
IP fast forwarding, SIOCGIFADDR, setting hardware address (not currently enabled in cm driver), multicasts (experimental) - add ARC_MAX_DATA, use IF_HANDOFF, remove arc_sprintf() and some unused variables - if_simloop logic is made more similar to ethernet - drop not ours packets early (if we are not in promiscous mode) Submitted by: mark tinguely (partially)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/arcnet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile
index 9132566..ab1d961 100644
--- a/sys/modules/arcnet/Makefile
+++ b/sys/modules/arcnet/Makefile
@@ -4,7 +4,7 @@
KMOD= arcnet
SRCS= if_arcsubr.c
-SRCS+= opt_inet.h opt_inet6.h
+SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
EXPORT_SYMS= arc_frag_init \
arc_frag_next \
@@ -19,4 +19,7 @@ EXPORT_SYMS= arc_frag_init \
opt_inet.h opt_inet6.h:
echo "#define INET 1" > ${.TARGET}
+opt_ipx.h:
+ echo "#define IPX 1" > ${.TARGET}
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud