07b064e02e
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# $NetBSD: files.eisa,v 1.13 1997/03/15 18:11:18 is Exp $
|
|
#
|
|
# Config.new file and device description for machine-independent EISA code.
|
|
# Included by ports that need it. Requires that the SCSI files be
|
|
# defined first.
|
|
|
|
device eisa {[slot = -1]}
|
|
attach eisa at eisabus
|
|
file dev/eisa/eisa.c eisa needs-flag
|
|
|
|
# Adaptec AHA-174x EISA SCSI Host Adapter family
|
|
device ahb: scsi
|
|
attach ahb at eisa
|
|
file dev/eisa/ahb.c ahb
|
|
|
|
# Adaptec AHA-274x and aic7770 motherboard SCSI controllers
|
|
# device declaration in sys/conf/files
|
|
attach ahc at eisa with ahc_eisa
|
|
file dev/eisa/ahc_eisa.c ahc_eisa
|
|
|
|
# BusLogic BT-7xx EISA family
|
|
# device declaration in sys/conf/files
|
|
attach bha at eisa with bha_eisa
|
|
file dev/eisa/bha_eisa.c bha_eisa
|
|
|
|
# UltraStor UHA-24f boards
|
|
# device declaration in sys/conf/files
|
|
attach uha at eisa with uha_eisa
|
|
file dev/eisa/uha_eisa.c uha_eisa
|
|
|
|
# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
|
|
# device declaration in sys/conf/files
|
|
attach ep at eisa with ep_eisa
|
|
file dev/eisa/if_ep_eisa.c ep_eisa
|
|
|
|
# DEC DEFEA EISA FDDI Controller
|
|
device fea: pdq, fddi, ifnet, arp
|
|
attach fea at eisa
|
|
file dev/eisa/if_fea.c fea
|