2001-11-28 13:21:10 +03:00
|
|
|
# $NetBSD: files.eisa,v 1.25 2001/11/28 10:21:21 lukem Exp $
|
1995-04-17 20:15:48 +04:00
|
|
|
#
|
1997-07-21 00:30:46 +04:00
|
|
|
# Config file and device description for machine-independent EISA code.
|
1995-04-17 20:15:48 +04:00
|
|
|
# Included by ports that need it. Requires that the SCSI files be
|
|
|
|
# defined first.
|
|
|
|
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag EISAVERBOSE
|
1997-09-13 12:48:59 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device eisa {[slot = -1]}
|
1996-03-17 03:43:52 +03:00
|
|
|
attach eisa at eisabus
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/eisa/eisa.c eisa needs-flag
|
1995-04-17 20:15:48 +04:00
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# Adaptec AHA-174x EISA SCSI Host Adapter family
|
1998-02-17 01:12:45 +03:00
|
|
|
device ahb: scsi
|
1996-03-17 03:43:52 +03:00
|
|
|
attach ahb at eisa
|
1996-09-01 04:10:55 +04:00
|
|
|
file dev/eisa/ahb.c ahb
|
1996-04-25 06:15:42 +04:00
|
|
|
|
1996-08-06 01:18:56 +04:00
|
|
|
# Adaptec AHA-274x and aic7770 motherboard SCSI controllers
|
2000-03-15 05:04:43 +03:00
|
|
|
attach ahc at eisa with ahc_eisa: ahc_aic77xx
|
1996-05-16 07:44:13 +04:00
|
|
|
file dev/eisa/ahc_eisa.c ahc_eisa
|
|
|
|
|
1996-09-01 04:10:55 +04:00
|
|
|
# BusLogic BT-7xx EISA family
|
|
|
|
attach bha at eisa with bha_eisa
|
|
|
|
file dev/eisa/bha_eisa.c bha_eisa
|
|
|
|
|
1999-09-30 00:38:51 +04:00
|
|
|
# DPT EATA SCSI controllers
|
|
|
|
attach dpt at eisa with dpt_eisa
|
|
|
|
file dev/eisa/dpt_eisa.c dpt_eisa
|
|
|
|
|
1996-09-01 04:10:55 +04:00
|
|
|
# UltraStor UHA-24f boards
|
|
|
|
attach uha at eisa with uha_eisa
|
|
|
|
file dev/eisa/uha_eisa.c uha_eisa
|
|
|
|
|
1996-04-25 06:15:42 +04:00
|
|
|
# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
|
|
|
|
attach ep at eisa with ep_eisa
|
|
|
|
file dev/eisa/if_ep_eisa.c ep_eisa
|
1996-05-20 04:44:11 +04:00
|
|
|
|
2000-09-01 16:15:20 +04:00
|
|
|
# Compaq array controllers
|
|
|
|
attach cac at eisa with cac_eisa
|
|
|
|
file dev/eisa/cac_eisa.c cac_eisa
|
1999-09-14 09:58:00 +04:00
|
|
|
|
2000-09-01 16:15:20 +04:00
|
|
|
# DEC DE422 EISA Ethernet controller
|
2000-08-11 06:27:07 +04:00
|
|
|
attach depca at eisa with depca_eisa
|
|
|
|
file dev/eisa/depca_eisa.c depca_eisa
|
|
|
|
|
2000-09-01 16:15:20 +04:00
|
|
|
# DEC DE425 EISA Ethernet controller
|
1999-09-14 09:58:00 +04:00
|
|
|
attach tlp at eisa with tlp_eisa
|
|
|
|
file dev/eisa/if_tlp_eisa.c tlp_eisa
|
2000-09-01 16:15:20 +04:00
|
|
|
|
|
|
|
# DEC DEFEA EISA FDDI controller
|
|
|
|
device fea: pdq, fddi, ifnet, arp
|
|
|
|
attach fea at eisa
|
|
|
|
file dev/eisa/if_fea.c fea
|
2001-05-06 23:54:59 +04:00
|
|
|
|
|
|
|
# Mylex RAID controllers
|
|
|
|
attach mlx at eisa with mlx_eisa
|
|
|
|
file dev/eisa/mlx_eisa.c mlx_eisa
|