Date: Thu, 23 Jan 2003 17:32:20 -0800 (PST) From: Max Khon <fjoe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cm smc90cx6.c src/sys/net if.c if_arc.h if_arcsubr.c src/sys/modules/arcnet Makefile Message-ID: <200301240132.h0O1WKSZ049081@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fjoe 2003/01/23 17:32:20 PST
Modified files:
sys/dev/cm smc90cx6.c
sys/net if.c if_arc.h if_arcsubr.c
sys/modules/arcnet Makefile
Log:
- 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)
Revision Changes Path
1.7 +8 -7 src/sys/dev/cm/smc90cx6.c
1.3 +4 -1 src/sys/modules/arcnet/Makefile
1.156 +2 -0 src/sys/net/if.c
1.5 +2 -3 src/sys/net/if_arc.h
1.9 +157 -82 src/sys/net/if_arcsubr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301240132.h0O1WKSZ049081>
