Module Name:    src
Committed By:   maxv
Date:           Tue Feb 27 14:28:01 UTC 2018

Modified Files:
        src/doc: TODO.smpnet
        src/sys/conf: files
        src/sys/dev: DEVNAMES
        src/sys/net: files.net
        src/sys/sys: mbuf.h
Removed Files:
        src/sys/net: if_eco.h if_ecosubr.c

Log Message:
Remove the Econet code. It was part of acorn26, which was removed a
month ago.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/doc/TODO.smpnet
cvs rdiff -u -r1.1195 -r1.1196 src/sys/conf/files
cvs rdiff -u -r1.301 -r1.302 src/sys/dev/DEVNAMES
cvs rdiff -u -r1.15 -r1.16 src/sys/net/files.net
cvs rdiff -u -r1.8 -r0 src/sys/net/if_eco.h
cvs rdiff -u -r1.51 -r0 src/sys/net/if_ecosubr.c
cvs rdiff -u -r1.176 -r1.177 src/sys/sys/mbuf.h

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

Modified files:

Index: src/doc/TODO.smpnet
diff -u src/doc/TODO.smpnet:1.18 src/doc/TODO.smpnet:1.19
--- src/doc/TODO.smpnet:1.18	Tue Dec  5 03:23:29 2017
+++ src/doc/TODO.smpnet	Tue Feb 27 14:28:01 2018
@@ -1,4 +1,4 @@
-$NetBSD: TODO.smpnet,v 1.18 2017/12/05 03:23:29 ozaki-r Exp $
+$NetBSD: TODO.smpnet,v 1.19 2018/02/27 14:28:01 maxv Exp $
 
 MP-safe components
 ==================
@@ -40,7 +40,6 @@ Non MP-safe components and kernel option
    - ARCNET (if_arcsubr.c)
    - ATM (if_atmsubr.c)
    - BRIDGE_IPF
-   - if_ecosubr.c
    - FDDI (if_fddisubr.c)
    - HIPPI (if_hippisubr.c)
    - IEEE 1394 (if_ieee1394subr.c)

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1195 src/sys/conf/files:1.1196
--- src/sys/conf/files:1.1195	Thu Feb 22 07:30:43 2018
+++ src/sys/conf/files	Tue Feb 27 14:28:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1195 2018/02/22 07:30:43 mrg Exp $
+#	$NetBSD: files,v 1.1196 2018/02/27 14:28:01 maxv Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -418,11 +418,10 @@ include "dev/splash/files.splash"
 include "dev/videomode/files.videomode"
 
 # net device attributes - we have generic code for arc(net), ether(net),
-# fddi, token ring, atm and eco(net).
+# fddi, token ring, and atm.
 #
 define	arcnet
 define	atm
-define	eco
 define	ether
 define	fddi
 define	hippi

Index: src/sys/dev/DEVNAMES
diff -u src/sys/dev/DEVNAMES:1.301 src/sys/dev/DEVNAMES:1.302
--- src/sys/dev/DEVNAMES:1.301	Mon Feb 26 23:09:32 2018
+++ src/sys/dev/DEVNAMES	Tue Feb 27 14:28:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: DEVNAMES,v 1.301 2018/02/26 23:09:32 sevan Exp $
+#	$NetBSD: DEVNAMES,v 1.302 2018/02/27 14:28:01 maxv Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -382,7 +382,6 @@ ec			MI
 ec			sun2
 eca			acorn26
 eccmemctl		sparc
-eco			MI		Attribute
 ed			MI (MCA)
 ed			amiga
 ed			amigappc

Index: src/sys/net/files.net
diff -u src/sys/net/files.net:1.15 src/sys/net/files.net:1.16
--- src/sys/net/files.net:1.15	Fri Feb 16 04:48:32 2018
+++ src/sys/net/files.net	Tue Feb 27 14:28:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.net,v 1.15 2018/02/16 04:48:32 knakahara Exp $
+#	$NetBSD: files.net,v 1.16 2018/02/27 14:28:01 maxv Exp $
 
 # XXX CLEANUP
 define	net
@@ -12,7 +12,6 @@ file	net/if_arcsubr.c		arcnet			needs-fl
 file	net/if_atmsubr.c		atm
 file	net/if_bridge.c			bridge			needs-flag
 file	net/bridgestp.c			bridge
-file	net/if_ecosubr.c		eco
 file	net/if_etherip.c		etherip			needs-flag
 file	net/if_ethersubr.c		ether | fddi | netatalk | token |
 					    wlan		needs-flag

Index: src/sys/sys/mbuf.h
diff -u src/sys/sys/mbuf.h:1.176 src/sys/sys/mbuf.h:1.177
--- src/sys/sys/mbuf.h:1.176	Tue Feb 27 14:14:19 2018
+++ src/sys/sys/mbuf.h	Tue Feb 27 14:28:01 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: mbuf.h,v 1.176 2018/02/27 14:14:19 maxv Exp $	*/
+/*	$NetBSD: mbuf.h,v 1.177 2018/02/27 14:28:01 maxv Exp $	*/
 
 /*
  * Copyright (c) 1996, 1997, 1999, 2001, 2007 The NetBSD Foundation, Inc.
@@ -920,8 +920,6 @@ struct	m_tag *m_tag_next(struct mbuf *, 
 
 #define	PACKET_TAG_INET6			26 /* IPv6 info */
 
-#define	PACKET_TAG_ECO_RETRYPARMS		27 /* Econet retry parameters */
-
 #define	PACKET_TAG_TUNNEL_INFO			28 /* tunnel identification and
 						    * protocol callback, for
 						    * loop detection/recovery

Reply via email to