Date: Sun, 13 Jun 2004 08:18:35 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Doug Rabson <dfr@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: 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: <Pine.BSF.4.21.0406130818310.95601-100000@InterJet.elischer.org> In-Reply-To: <200406131054.i5DAsbKU005744@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
yey! On Sun, 13 Jun 2004, Doug Rabson wrote: > 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?Pine.BSF.4.21.0406130818310.95601-100000>