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