75b7bea508
WD8003W/A, card provided by David Brownlee (thanks!). The SMC Elite stuff not tested since I don't have any; hopefully it's correct, should match information in ADF files. The MCA-specific init quirk taken from Linux smc-mca.c driver. I don't quite grok why it works, but it does *cross fingers*. The WD8003W/A seems to be quite a good choice. I get like 340KB/s on my machine, where 3c523 does only like 310KB/s. The numbers would be probably even better with faster CPU than 386DX :)
37 lines
876 B
Plaintext
37 lines
876 B
Plaintext
# $NetBSD: files.mca,v 1.7 2001/03/23 19:25:35 jdolecek Exp $
|
|
#
|
|
# Config.new file and device description for machine-independent MCA code.
|
|
# Included by ports that need it.
|
|
|
|
defopt MCAVERBOSE
|
|
|
|
#device mca {[slot = -1]}
|
|
attach mca at mcabus
|
|
file dev/mca/mca.c mca needs-flag
|
|
file dev/mca/mca_subr.c mca
|
|
|
|
# 3Com 3C529
|
|
attach ep at mca with ep_mca: elink
|
|
file dev/mca/if_ep_mca.c ep_mca
|
|
|
|
# WD/SMC 80x3x/A and clones
|
|
attach we at mca with we_mca
|
|
file dev/mca/if_we_mca.c we_mca
|
|
|
|
# Adaptec AHA-1640
|
|
attach aha at mca with aha_mca: isadma
|
|
file dev/mca/aha_mca.c aha_mca
|
|
|
|
# TROPIC based Token-Ring (IBM)
|
|
attach tr at mca with tr_mca
|
|
file dev/mca/if_tr_mca.c tr_mca
|
|
|
|
# 3Com 3C523
|
|
device elmc: ether, ifnet, arp, i82586
|
|
attach elmc at mca with elmc_mca
|
|
file dev/mca/if_elmc_mca.c elmc_mca
|
|
|
|
# serial port devices
|
|
attach com at mca with com_mca
|
|
file dev/mca/com_mca.c com_mca
|