1 # $NetBSD: files.mca,v 1.11 2001/04/20 07:37:42 jdolecek Exp $ 2 # 3 # Config.new file and device description for machine-independent MCA code. 4 # Included by ports that need it. 5 6 defopt MCAVERBOSE 7 8 #device mca {[slot = -1]} 9 attach mca at mcabus 10 file dev/mca/mca.c mca needs-flag 11 file dev/mca/mca_subr.c mca 12 13 # 3Com 3C529 14 attach ep at mca with ep_mca: elink 15 file dev/mca/if_ep_mca.c ep_mca 16 17 # WD/SMC 80x3x/A and clones 18 attach we at mca with we_mca 19 file dev/mca/if_we_mca.c we_mca 20 21 # Adaptec AHA-1640 22 attach aha at mca with aha_mca: isadma 23 file dev/mca/aha_mca.c aha_mca 24 25 # TROPIC based Token-Ring (IBM) 26 attach tr at mca with tr_mca 27 file dev/mca/if_tr_mca.c tr_mca 28 29 # 3Com 3C523 30 device elmc: ether, ifnet, arp, i82586 31 attach elmc at mca with elmc_mca 32 file dev/mca/if_elmc_mca.c elmc_mca 33 34 # serial port devices 35 attach com at mca with com_mca 36 file dev/mca/com_mca.c com_mca 37 38 # Allied Telesis AT1720 39 # device in sys/conf/files 40 attach ate at mca with ate_mca 41 file dev/mca/if_ate_mca.c ate_mca 42 43 # ESDI controllers & disks 44 device edc { } 45 attach edc at mca with edc_mca 46 file dev/mca/edc_mca.c edc_mca 47 48 device ed: disk 49 attach ed at edc with ed_mca 50 file dev/mca/ed_mca.c ed_mca needs-flag 51 52 # Novell NE2000, and clones 53 attach ne at mca with ne_mca 54 file dev/mca/if_ne_mca.c ne_mca 55