From owner-cvs-all@FreeBSD.ORG Sun Jun 13 15:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380E016A4CE; Sun, 13 Jun 2004 15:18:53 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F29443D45; Sun, 13 Jun 2004 15:18:52 +0000 (GMT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <20040613151839012002fkg1e>; Sun, 13 Jun 2004 15:18:40 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id IAA14591; Sun, 13 Jun 2004 08:18:37 -0700 (PDT) Date: Sun, 13 Jun 2004 08:18:35 -0700 (PDT) From: Julian Elischer To: Doug Rabson In-Reply-To: <200406131054.i5DAsbKU005744@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2004 15:18:53 -0000 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 >