files.mca revision 1.3
1# $NetBSD: files.mca,v 1.3 2001/03/16 23:03:15 jdolecek Exp $
2#
3# Config.new file and device description for machine-independent MCA code.
4# Included by ports that need it.
5
6defopt	MCAVERBOSE
7
8#device	mca {[slot = -1]}
9attach	mca at mcabus
10file	dev/mca/mca.c			mca			needs-flag
11file	dev/mca/mca_subr.c		mca
12
13# 3Com 3C523 - new in 3.0, dissapeared in 3.1; re-port from isa attach
14# device	ef: ether, ifnet, arp, elink, i82586
15attach	ef at mca with ef_mca
16file	dev/mca/if_ef_mca.c		ef_mca
17
18# 3Com 3C529 (not yet)
19#attach	ep at mca with ep_mca: elink
20#file	dev/mca/if_ep_mca.c		ep_mca
21
22# WD/SMC 80x3/A (not yet)
23#device	we: ether, ifnet, arp, dp8390nic
24#attach	we at mca
25#file	dev/mca/if_we_mca.c		we_mca
26
27# Adaptec AHA-1640
28attach	aha at mca with aha_mca: isadma
29file	dev/mca/aha_mca.c		aha_mca
30
31# TROPIC based Token-Ring (IBM)
32attach	tr at mca with tr_mca
33file	dev/mca/if_tr_mca.c		tr_mca
34
35# 3Com 3C523
36device	elmc: ether, ifnet, arp, i82586
37attach	elmc at mca with elmc_mca
38file	dev/mca/if_elmc_mca.c		elmc_mca
39