files.mca revision 1.6
1# $NetBSD: files.mca,v 1.6 2001/03/22 16:54:46 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 3C529
14attach	ep at mca with ep_mca: elink
15file	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
23attach	aha at mca with aha_mca: isadma
24file	dev/mca/aha_mca.c		aha_mca
25
26# TROPIC based Token-Ring (IBM)
27attach	tr at mca with tr_mca
28file	dev/mca/if_tr_mca.c		tr_mca
29
30# 3Com 3C523
31device	elmc: ether, ifnet, arp, i82586
32attach	elmc at mca with elmc_mca
33file	dev/mca/if_elmc_mca.c		elmc_mca
34
35# serial port devices
36attach	com at mca with com_mca
37file	dev/mca/com_mca.c		com_mca
38