Date: Mon, 14 Jun 2004 08:10:38 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) 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: <xzphdte3c0x.fsf@dwp.des.no> In-Reply-To: <200406131054.i5DAsbKU005744@repoman.freebsd.org> (Doug Rabson's message of "Sun, 13 Jun 2004 10:54:37 %2B0000 (UTC)") References: <200406131054.i5DAsbKU005744@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Rabson <dfr@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzphdte3c0x.fsf>