summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-12-27 21:41:14 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1999-12-27 21:41:14 +0000
commitf9e8ba7b27dd87f9a9229501f5ff8f611d12bda0 (patch)
tree254a3b052f29b8e72a498104c9a9dc50070d75e7 /sys/conf/files
parent0e922fafd87139ff16a21a2fabd18e13e1c05baf (diff)
Add tropic driver definition and token ring support.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d49f67fc566..32d0ad4eef8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.141 1999/12/09 19:05:17 deraadt Exp $
+# $OpenBSD: files,v 1.142 1999/12/27 21:41:13 fgsch Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -34,6 +34,7 @@ define ether
define fddi
define crypto
define sppp
+define token
# "Chipset" attributes. These are the machine-independent portions
# of device drivers.
@@ -120,6 +121,10 @@ file dev/ic/ne2000.c ne
device ie: ether, ifnet, ifmedia
file dev/ic/i82596.c ie & (ie_pci | ie_eisa | ie_gsc)
+# 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
file dev/ic/com.c com & (com_isa | com_isapnp | com_commulti | com_pcmcia | com_pica | com_algor | com_gsc | com_puc) needs-flag
@@ -420,7 +425,7 @@ file net/bpf_filter.c bpfilter | ppp
file net/if.c
file net/if_arcsubr.c arc needs-flag
file net/if_atmsubr.c atm needs-flag
-file net/if_ethersubr.c ether | fddi needs-flag
+file net/if_ethersubr.c ether | fddi | token needs-flag
file net/if_fddisubr.c fddi
file net/if_spppsubr.c sppp
file net/if_loop.c loop needs-count
@@ -432,6 +437,7 @@ 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
+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/radix.c