summaryrefslogtreecommitdiff
path: root/sys/dev/mca/files.mca
blob: 15ccea33d638883833f90f9cb2d6465f7613e407 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# $NetBSD: files.mca,v 1.23 2020/01/19 20:00:36 thorpej Exp $
#
# Config.new file and device description for machine-independent MCA code.
# Included by ports that need it.

defflag	MCAVERBOSE

#device	mca {[slot = -1]}
attach	mca at mcabus
file	dev/mca/mca.c			mca			needs-flag
file	dev/mca/mca_subr.c		mca

file	dev/mca/mcabusprint.c		mcabus

# 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
file	dev/mca/aha_mca.c		aha_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

# Allied Telesis AT1720
# device in sys/conf/files
attach	ate at mca with ate_mca
file	dev/mca/if_ate_mca.c		ate_mca

# ESDI controllers & disks
device	edc {[drive = -1]}
attach	edc at mca with edc_mca
file	dev/mca/edc_mca.c		edc_mca

device	ed: disk
attach	ed at edc with ed_mca
file	dev/mca/ed_mca.c		ed_mca		needs-flag

# Novell NE2000, and clones
attach	ne at mca with ne_mca
file	dev/mca/if_ne_mca.c		ne_mca

# AMD am7990 (Lance) -based boards
attach	le at mca with le_mca: le24
file	dev/mca/if_le_mca.c		le_mca

# NCR 53C90
attach	esp at mca with esp_mca
file	dev/mca/esp_mca.c		esp_mca

# Tiara LANCard
device	tra:  ether, ifnet, arp, mb86950
attach	tra at mca with tra_mca
file	dev/mca/if_tra_mca.c		tra_mca