Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/16/2001 18:08:41
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Sep 16 15:08:40 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/ioc: if_eca.c
	syssrc/sys/net: if_eco.h if_ecosubr.c

Log Message:
Add support for incoming IP broadcast packets.  The protocol for this is
worked out by observing RISC iX's behaviour, so it may be technically
wrong.  The only implementations of IP-over-Econet for which I've got
sources don't support broadcasts.

Tested using broadcast ping from RISC iX to NetBSD, and using rwhod.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm26/ioc/if_eca.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/net/if_eco.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/net/if_ecosubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.