files.tc revision 1.9
11.9Senami#	$NetBSD: files.tc,v 1.9 1997/09/13 08:52:23 enami Exp $
21.1Scgd#
31.7Spk# Config file and device description for machine-independent
41.1Scgd# TurboChannel code.  Included by ports that need it.
51.9Senami
61.9Senamidefopt	TCVERBOSE
71.1Scgd
81.3Sthorpejdevice	tc {[slot = -1], [offset = -1]}
91.8Sjonathan#attach	tc at tcbus
101.1Scgdfile	dev/tc/tc.c			tc	needs-flag
111.1Scgd
121.8Sjonathan# The TurboChannel IOCTL ASIC
131.8Sjonathandevice	ioasic { offset = -1 }
141.8Sjonathanattach	ioasic at tc
151.8Sjonathan
161.8Sjonathan# LANCE attachments.
171.8Sjonathan#  lance device defined in sys/conf/files
181.8Sjonathan#  le_dec_subr	attribute defined in sys/dev/dec/files.dec
191.8Sjonathan
201.8Sjonathanattach le at ioasic with le_ioasic:	le_dec_subr
211.8Sjonathanattach le at tc with le_tc:		le_dec_subr
221.8Sjonathan
231.8Sjonathanfile	dev/tc/if_le_ioasic.c		le_ioasic needs-flag # for le_iomem
241.8Sjonathanfile	dev/tc/if_le_tc.c		le_tc
251.8Sjonathan
261.5Sthorpej
271.5Sthorpej# DEC DEFTA TC FDDI Controller
281.6Sisdevice	fta: pdq, fddi, ifnet, arp
291.5Sthorpejattach	fta at tc
301.5Sthorpejfile	dev/tc/if_fta.c			fta
31