summaryrefslogtreecommitdiff
path: root/sys/dev/mca/files.mca
blob: 3487939d554218c803e7da7d062a7f71dcc6e90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: files.mca,v 1.1 2000/05/11 15:42:04 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 3C523 - new in 3.0, dissapeared in 3.1; re-port from isa attach
# device	ef: ether, ifnet, arp, elink, i82586
attach	ef at mca with ef_mca
file	dev/mca/if_ef_mca.c		ef_mca

# 3Com 3C529 (not yet)
#attach	ep at mca with ep_mca: elink
#file	dev/mca/if_ep_mca.c		ep_mca

# WD/SMC 80x3/A (not yet)
#device	we: ether, ifnet, arp, dp8390nic
#attach	we at 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