files.tc revision 1.10
11.10Sjonathan#	$NetBSD: files.tc,v 1.10 1997/11/08 07:27:52 jonathan 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
311.10Sjonathan
321.10Sjonathan# pixelstamp and STIC (stamp interface chip) support
331.10Sjonathandefine stic
341.10Sjonathanfile	dev/tc/stic.c		stic
351.10Sjonathan
361.10Sjonathan# DEC PMAG-C 2-D pixelstamp graphics board
371.10Sjonathandevice	px
381.10Sjonathanattach	px at tc:		stic
391.10Sjonathanfile	dev/tc/px.c		px
401.10Sjonathan
411.10Sjonathan# DEC PMAG-D/E/F    3-D pixelstamp+i860 8,24-plane,z-buffer graphics board
421.10Sjonathandevice	pxg:			stic
431.10Sjonathanattach	pxg at tc
441.10Sjonathan
45