summaryrefslogtreecommitdiff
path: root/sys/dev/tc/files.tc
blob: 0d56b9893b2c1df642db899d5889216b11b49764 (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
#	$NetBSD: files.tc,v 1.18 2000/05/02 06:43:05 augustss Exp $
#
# Config file and device description for machine-independent
# TurboChannel code.  Included by ports that need it.

defopt	TCVERBOSE

device	tc {[slot = -1], [offset = -1]}
#attach	tc at tcbus
file	dev/tc/tc.c			tc	needs-flag

# The TurboChannel IOCTL ASIC
device	ioasic { offset = -1 }
attach	ioasic at tc
file	dev/tc/ioasic_subr.c		ioasic

# LANCE attachments.
#  lance device defined in sys/conf/files
#  le_dec_subr	attribute defined in sys/dev/dec/files.dec

attach le at ioasic with le_ioasic:	le24, le_dec_subr
attach le at tc with le_tc:		le24, le_dec_subr

file	dev/tc/if_le_ioasic.c		le_ioasic
file	dev/tc/if_le_tc.c		le_tc

# baseboard audio
device  bba: audio,am7930
attach  bba at ioasic
file    dev/tc/bba.c                    bba

# DEC DEFTA TC FDDI Controller
device	fta: pdq, fddi, ifnet, arp
attach	fta at tc
file	dev/tc/if_fta.c			fta