1# $OpenBSD: files.eisa,v 1.10 2000/12/17 21:35:03 mickey Exp $ 2# $NetBSD: files.eisa,v 1.12 1996/09/01 00:10:55 mycroft Exp $ 3# 4# Config.new file and device description for machine-independent EISA code. 5# Included by ports that need it. Requires that the SCSI files be 6# defined first. 7 8device eisa {[slot = -1]} 9attach eisa at eisabus 10file dev/eisa/eisa.c eisa needs-flag 11 12# Adaptec AHA-174x EISA SCSI Host Adapter family 13device ahb: scsi 14attach ahb at eisa 15file dev/eisa/aha1742.c ahb 16 17# Adaptec AHA-274X and aic7770 motherboard SCSI controllers 18# device declaration in sys/conf/files 19attach ahc at eisa with ahc_eisa 20file dev/eisa/ahc_eisa.c ahc_eisa 21 22# BusLogic BT-7xx EISA family 23# device declaration in sys/conf/files 24attach bha at eisa with bha_eisa 25file dev/eisa/bha_eisa.c bha_eisa 26 27# DPT EATA SCSI controllers 28# device declaration in sys/conf/files 29attach dpt at eisa with dpt_eisa 30file dev/eisa/dpt_eisa.c dpt_eisa 31 32# UltraStor UHA-24f boards 33# device declaration in sys/conf/files 34attach uha at eisa with uha_eisa 35file dev/eisa/uha_eisa.c uha_eisa 36 37# Compaq Array Controllers 38attach cac at eisa with cac_eisa 39file dev/eisa/cac_eisa.c cac_eisa 40 41# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers 42# device declaration in sys/conf/files 43attach ep at eisa with ep_eisa 44file dev/eisa/if_ep_eisa.c ep_eisa 45 46# DEC DEFEA EISA FDDI Controller 47device fea: pdq, fddi, ifnet 48attach fea at eisa 49file dev/eisa/if_fea.c fea 50