1 # $NetBSD: files.mca,v 1.5 2001/03/19 21:58:09 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 (not yet) 14 #attach ep at mca with ep_mca: elink 15 #file dev/mca/if_ep_mca.c ep_mca 16 17 # WD/SMC 80x3/A (not yet) 18 #device we: ether, ifnet, arp, dp8390nic 19 #attach we at mca 20 #file dev/mca/if_we_mca.c we_mca 21 22 # Adaptec AHA-1640 23 attach aha at mca with aha_mca: isadma 24 file dev/mca/aha_mca.c aha_mca 25 26 # TROPIC based Token-Ring (IBM) 27 attach tr at mca with tr_mca 28 file dev/mca/if_tr_mca.c tr_mca 29 30 # 3Com 3C523 31 device elmc: ether, ifnet, arp, i82586 32 attach elmc at mca with elmc_mca 33 file dev/mca/if_elmc_mca.c elmc_mca 34 35 # serial port devices 36 attach com at mca with com_mca 37 file dev/mca/com_mca.c com_mca 38