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