add if_ntwo_isa driver for the Riscom/N2 card.
This commit is contained in:
parent
93bc2af93e
commit
882236e45c
|
@ -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 @@ file dev/isa/if_el.c el
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue