Skip to content

Commit

Permalink
Remove the Econet code. It was part of acorn26, which was removed a
Browse files Browse the repository at this point in the history
month ago.
  • Loading branch information
maxv committed Feb 27, 2018
1 parent 96f8336 commit b42ba7f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,026 deletions.
3 changes: 1 addition & 2 deletions doc/TODO.smpnet
Original file line number Diff line number Diff line change
@@ -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
==================
Expand Down Expand Up @@ -40,7 +40,6 @@ Non MP-safe components and kernel options
- 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)
Expand Down
5 changes: 2 additions & 3 deletions sys/conf/files
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions sys/dev/DEVNAMES
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -382,7 +382,6 @@ ec MI
ec sun2
eca acorn26
eccmemctl sparc
eco MI Attribute
ed MI (MCA)
ed amiga
ed amigappc
Expand Down
3 changes: 1 addition & 2 deletions sys/net/files.net
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,6 @@ file net/if_arcsubr.c arcnet needs-flag
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
Expand Down
158 changes: 0 additions & 158 deletions sys/net/if_eco.h

This file was deleted.

Loading

0 comments on commit b42ba7f

Please sign in to comment.