Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/11/2001 02:11:06
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon Sep 10 23:11:06 UTC 2001

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/net: bpf.c dlt.h
Added Files:
	syssrc/sys/net: if_eco.h if_ecosubr.c

Log Message:
Add MI Econet support.  This is lacking any interfaces to higher-layer
protocols, and lacking any timeouts, but it basically works, doing four-way
handshakes in both directions and incoming Machine Peek operations.

Oh, and Econet is Acorn's ancient, proprietary 500kbit/s networking
technology.


To generate a diff of this commit:
cvs rdiff -r1.456 -r1.457 syssrc/sys/conf/files
cvs rdiff -r1.61 -r1.62 syssrc/sys/net/bpf.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/net/dlt.h
cvs rdiff -r0 -r1.1 syssrc/sys/net/if_eco.h 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.