Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys config(8) glue for Token-Ring and TROPIC drivers.



details:   https://anonhg.NetBSD.org/src/rev/96f31a82b710
branches:  trunk
changeset: 467306:96f31a82b710
user:      bad <bad%NetBSD.org@localhost>
date:      Mon Mar 22 22:33:35 1999 +0000

description:
config(8) glue for Token-Ring and TROPIC drivers.

diffstat:

 sys/conf/files              |  10 ++++++++--
 sys/dev/isa/files.isa       |   9 ++++++++-
 sys/dev/isapnp/files.isapnp |   6 +++++-
 3 files changed, 21 insertions(+), 4 deletions(-)

diffs (88 lines):

diff -r b3332c99486c -r 96f31a82b710 sys/conf/files
--- a/sys/conf/files    Mon Mar 22 22:30:42 1999 +0000
+++ b/sys/conf/files    Mon Mar 22 22:33:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.281 1999/03/22 17:13:34 sommerfe Exp $
+#      $NetBSD: files,v 1.282 1999/03/22 22:33:35 bad Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -147,6 +147,7 @@
 define ether
 define fddi
 define hippi
+define token
 
 # devices ARPing IPv4 pull this in:
 define arp
@@ -239,6 +240,10 @@
 define dp8390nic
 file   dev/ic/dp8390.c                 dp8390nic
 
+# TROPIC Token-Ring controller
+device tr: arp, token, ifnet
+file   dev/ic/tropic.c                 tr
+
 # NCR 5380 SCSI Bus Controller
 define ncr5380sbc
 file   dev/ic/ncr5380sbc.c             ncr5380sbc
@@ -634,7 +639,7 @@
 file net/if.c
 file net/if_arcsubr.c                  arc
 file net/if_atmsubr.c                  atm
-file net/if_ethersubr.c                        ether | fddi | netatalk
+file net/if_ethersubr.c                        ether | fddi | netatalk | token
 file net/if_fddisubr.c                 fddi
 file net/if_hippisubr.c                 hippi                   needs-flag
 file net/if_gre.c                      gre                     needs-count     
@@ -643,6 +648,7 @@
 file net/if_sl.c                       sl                      needs-count
 file net/if_strip.c                    strip                   needs-count
 file net/if_ppp.c                      ppp                     needs-count
+file net/if_tokensubr.c                        token                   needs-flag
 file net/if_tun.c                      tun                     needs-count
 file net/pfil.c                                pfil_hooks | ipfilter
 file net/ppp-deflate.c                 ppp & ppp_deflate
diff -r b3332c99486c -r 96f31a82b710 sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa     Mon Mar 22 22:30:42 1999 +0000
+++ b/sys/dev/isa/files.isa     Mon Mar 22 22:33:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isa,v 1.82 1999/03/22 07:37:35 mycroft Exp $
+#      $NetBSD: files.isa,v 1.83 1999/03/22 22:33:36 bad Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -243,6 +243,13 @@
 attach ix at isa
 file   dev/isa/if_ix.c         ix
 
+# TROPIC based Token-Ring (IBM/3COM)
+define tr_isa
+file   dev/isa/if_tr_isa.c             tr_isa
+attach tr at isa with tr_isa: tr_isa, elink
+file   dev/isa/if_tribm_isa.c          tr_isa
+file   dev/isa/if_trtcm_isa.c          tr_isa
+
 #
 # ISA Sound hardware
 #
diff -r b3332c99486c -r 96f31a82b710 sys/dev/isapnp/files.isapnp
--- a/sys/dev/isapnp/files.isapnp       Mon Mar 22 22:30:42 1999 +0000
+++ b/sys/dev/isapnp/files.isapnp       Mon Mar 22 22:33:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isapnp,v 1.22 1999/03/22 07:39:33 mycroft Exp $
+#      $NetBSD: files.isapnp,v 1.23 1999/03/22 22:33:36 bad Exp $
 #
 # Config file and device description for machine-independent ISAPnP code.
 # Included by ports that need it.
@@ -26,6 +26,10 @@
 attach ne at isapnp with ne_isapnp: rtl80x9
 file   dev/isapnp/if_ne_isapnp.c               ne_isapnp
 
+# TROPIC based Token-Ring (IBM/3COM)
+attach tr at isapnp with tr_isapnp
+file  dev/isapnp/if_tr_isapnp.c                        tr_isapnp
+
 # serial ports/modems
 attach com at isapnp with com_isapnp
 file   dev/isapnp/com_isapnp.c                 com_isapnp



Home | Main Index | Thread Index | Old Index