From owner-cvs-src@FreeBSD.ORG Sun Jun 13 18:05:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C9F16A4CE; Sun, 13 Jun 2004 18:05:46 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41A743D5A; Sun, 13 Jun 2004 18:05:45 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i5DHwkkY001771; Sun, 13 Jun 2004 18:58:46 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Bruce M Simpson Date: Sun, 13 Jun 2004 19:03:24 +0100 User-Agent: KMail/1.6.1 References: <200406131054.i5DAsbKU005744@repoman.freebsd.org> <20040613143445.GH38806@empiric.dek.spc.org> In-Reply-To: <20040613143445.GH38806@empiric.dek.spc.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406131903.24827.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: Doug Rabson 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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2004 18:05:46 -0000 On Sunday 13 June 2004 15:34, Bruce M Simpson wrote: > On Sun, Jun 13, 2004 at 10:54:37AM +0000, Doug Rabson wrote: > > 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. > > Whoah! Impressive. > > Was Apple's code drop useful here, or is this a completely > from-scratch implementation? I didn't look at Apple's code - this was implemented from the RFCs (with a lot of code borrowed from the fwe driver and if_ethersubr.c).