From owner-cvs-all@FreeBSD.ORG Mon Jun 14 06:10:54 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 5DA0716A4CE; Mon, 14 Jun 2004 06:10:54 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE6A43D45; Mon, 14 Jun 2004 06:10:54 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id ED210530A; Mon, 14 Jun 2004 08:10:45 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id AB9535309; Mon, 14 Jun 2004 08:10:38 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 736FBB884; Mon, 14 Jun 2004 08:10:38 +0200 (CEST) To: Doug Rabson References: <200406131054.i5DAsbKU005744@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 14 Jun 2004 08:10:38 +0200 In-Reply-To: <200406131054.i5DAsbKU005744@repoman.freebsd.org> (Doug Rabson's message of "Sun, 13 Jun 2004 10:54:37 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 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: Mon, 14 Jun 2004 06:10:54 -0000 Doug Rabson writes: > 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. This does not even compile: In file included from /usr/src/sys/net/if_fwsubr.c:51: /usr/src/sys/net/firewire.h:55: error: syntax error before "uint32_t" /usr/src/sys/net/firewire.h:72: error: syntax error before "uint32_t" /usr/src/sys/net/if_fwsubr.c: In function `firewire_output': /usr/src/sys/net/if_fwsubr.c:281: error: structure has no member named `dat= agram_size' /usr/src/sys/net/if_fwsubr.c:282: error: structure has no member named `eth= er_type' /usr/src/sys/net/if_fwsubr.c:289: error: structure has no member named `dat= agram_size' /usr/src/sys/net/if_fwsubr.c: In function `firewire_input_fragment': /usr/src/sys/net/if_fwsubr.c:359: error: structure has no member named `dat= agram_size' /usr/src/sys/net/if_fwsubr.c:364: error: structure has no member named `dat= agram_size' /usr/src/sys/net/if_fwsubr.c: In function `firewire_input': /usr/src/sys/net/if_fwsubr.c:525: error: structure has no member named `eth= er_type' *** Error code 1 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no