files.tc revision 1.17
11.17Snisimura#	$NetBSD: files.tc,v 1.17 1999/09/09 06:33:38 nisimura 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.12Sthorpejdevice	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.12Sthorpejdevice	ioasic { offset = -1 }
141.8Sjonathanattach	ioasic at tc
151.15Ssimonbfile	dev/tc/ioasic_subr.c		ioasic
161.8Sjonathan
171.8Sjonathan# LANCE attachments.
181.8Sjonathan#  lance device defined in sys/conf/files
191.8Sjonathan#  le_dec_subr	attribute defined in sys/dev/dec/files.dec
201.8Sjonathan
211.13Sdrochnerattach le at ioasic with le_ioasic:	le24, le_dec_subr
221.13Sdrochnerattach le at tc with le_tc:		le24, le_dec_subr
231.8Sjonathan
241.17Snisimurafile	dev/tc/if_le_ioasic.c		le_ioasic
251.8Sjonathanfile	dev/tc/if_le_tc.c		le_tc
261.14Sjonathan
271.14Sjonathan# ioasic audio
281.14Sjonathanattach audioamd at ioasic with am7930_ioasic
291.14Sjonathanfile	dev/tc/am7930_ioasic.c		am7930_ioasic
301.8Sjonathan
311.5Sthorpej
321.5Sthorpej# DEC DEFTA TC FDDI Controller
331.12Sthorpejdevice	fta: pdq, fddi, ifnet, arp
341.5Sthorpejattach	fta at tc
351.5Sthorpejfile	dev/tc/if_fta.c			fta
36