summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-05-29 18:21:20 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-05-29 18:21:20 +0000
commitc1821f5cc50d3d5d3a99c8d48845e59a0bfffdd0 (patch)
tree4461b7190aec61a7df4d36ad81bcde1cabefaa45 /sys/conf
parentc696e5ff82ab384bb17f374d81f93705b2a5dc26 (diff)
Move tokenring support to the attic where it can join the cards that where
decomissioned aeon ago. We will not miss it at all. OK dlg@ henning@ and a lot of cheers by other in the room
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1047c3da5c8..7e14394118d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.399 2007/05/15 15:23:36 art Exp $
+# $OpenBSD: files,v 1.400 2007/05/29 18:21:19 claudio Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -60,7 +60,6 @@ define systrace
define ether
define fddi
define sppp
-define token
define wlan
define bluetooth
@@ -295,10 +294,6 @@ file dev/ic/i82596.c ie & (ie_pci | ie_eisa | ie_gsc)
device gem: ether, ifnet, ifmedia, mii
file dev/ic/gem.c gem
-# TROPIC Token-Ring controller
-device tr: ether, token, ifnet
-file dev/ic/tropic.c tr
-
# 8250/16[45]50-based "com" ports
device com: tty
device pccom: tty # XXX
@@ -737,7 +732,7 @@ file net/bpf.c bpfilter needs-count
file net/bpf_filter.c bpfilter
file net/if.c
file net/if_atmsubr.c atm needs-flag
-file net/if_ethersubr.c ether | inet | fddi | token needs-flag
+file net/if_ethersubr.c ether | inet | fddi needs-flag
file net/if_fddisubr.c fddi
file net/if_spppsubr.c sppp
file net/if_loop.c loop
@@ -749,7 +744,6 @@ file net/ppp_tty.c ppp
file net/bsd-comp.c ppp_bsdcomp
file net/ppp-deflate.c ppp_deflate
file net/zlib.c ppp_deflate | ipsec | crypto
-file net/if_tokensubr.c token needs-flag
file net/if_tun.c tun needs-count
file net/if_bridge.c bridge needs-count
file net/bridgestp.c bridge