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

Julian Elischer julian at elischer.org
Sun Jun 13 15:18:53 GMT 2004


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
> 



More information about the cvs-src mailing list