Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa add if_ntwo_isa driver for the Riscom/N2 card.



details:   https://anonhg.NetBSD.org/src/rev/5907e3ffd7fa
branches:  trunk
changeset: 480107:5907e3ffd7fa
user:      chopps <chopps%NetBSD.org@localhost>
date:      Tue Jan 04 06:30:04 2000 +0000

description:
add if_ntwo_isa driver for the Riscom/N2 card.

diffstat:

 sys/dev/isa/files.isa |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3915e5b497c5 -r 5907e3ffd7fa sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa     Tue Jan 04 06:29:21 2000 +0000
+++ b/sys/dev/isa/files.isa     Tue Jan 04 06:30:04 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isa,v 1.94 1999/12/13 16:28:57 drochner Exp $
+#      $NetBSD: files.isa,v 1.95 2000/01/04 06:30:04 chopps Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -175,6 +175,12 @@
 attach ep at isa with ep_isa: elink
 file   dev/isa/if_ep_isa.c             ep_isa
 
+# SDL Communications N2 PCI Network Interface
+# device in sys/conf/files
+attach ntwoc at isa with ntwoc_isa
+file   dev/isa/if_ntwoc_isa.c          ntwoc_isa
+
+
 # Allied Telesis MB8695-based boards
 # (Allied Telesis AT1700)
 device ate: arp, ether, ifnet, mb86960



Home | Main Index | Thread Index | Old Index