Date: Sun, 13 Jun 2004 10:54:37 +0000 (UTC) From: Doug Rabson <dfr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire if_fwip.c if_fwipvar.h src/sys/net firewire.h if_arp.h if_fwsubr.c src/sys/netinet if_ether.c src/sys/conf NOTES files Message-ID: <200406131054.i5DAsbKU005744@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2004-06-13 10:54:37 UTC
FreeBSD src repository
Modified files:
sys/net if_arp.h
sys/netinet if_ether.c
sys/conf NOTES files
Added files:
sys/dev/firewire if_fwip.c if_fwipvar.h
sys/net firewire.h if_fwsubr.c
Log:
Add a new driver to support IP over firewire. This driver is intended to
conform to the rfc2734 and rfc3146 standard for IP over firewire and
should eventually supercede the fwe driver. Right now the broadcast
channel number is hardwired and we don't support MCAP for multicast
channel allocation - more infrastructure is required in the firewire
code itself to fix these problems.
Revision Changes Path
1.1231 +1 -0 src/sys/conf/NOTES
1.904 +2 -0 src/sys/conf/files
1.1 +917 -0 src/sys/dev/firewire/if_fwip.c (new)
1.1 +58 -0 src/sys/dev/firewire/if_fwipvar.h (new)
1.1 +141 -0 src/sys/net/firewire.h (new)
1.20 +1 -0 src/sys/net/if_arp.h
1.1 +799 -0 src/sys/net/if_fwsubr.c (new)
1.128 +2 -1 src/sys/netinet/if_ether.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406131054.i5DAsbKU005744>
