files.tc revision 1.16
1#	$NetBSD: files.tc,v 1.16 1999/04/13 19:06:54 ad Exp $
2#
3# Config file and device description for machine-independent
4# TurboChannel code.  Included by ports that need it.
5
6defopt	TCVERBOSE
7
8device	tc {[slot = -1], [offset = -1]}
9#attach	tc at tcbus
10file	dev/tc/tc.c			tc	needs-flag
11
12# The TurboChannel IOCTL ASIC
13device	ioasic { offset = -1 }
14attach	ioasic at tc
15file	dev/tc/ioasic_subr.c		ioasic
16
17# LANCE attachments.
18#  lance device defined in sys/conf/files
19#  le_dec_subr	attribute defined in sys/dev/dec/files.dec
20
21attach le at ioasic with le_ioasic:	le24, le_dec_subr
22attach le at tc with le_tc:		le24, le_dec_subr
23
24file	dev/tc/if_le_ioasic.c		le_ioasic needs-flag # for le_iomem
25file	dev/tc/if_le_tc.c		le_tc
26
27# ioasic audio
28attach audioamd at ioasic with am7930_ioasic
29file	dev/tc/am7930_ioasic.c		am7930_ioasic
30
31
32# DEC DEFTA TC FDDI Controller
33device	fta: pdq, fddi, ifnet, arp
34attach	fta at tc
35file	dev/tc/if_fta.c			fta
36