files.tc revision 1.15
11.15Ssimonb#	$NetBSD: files.tc,v 1.15 1999/03/16 14:07:22 simonb 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.8Sjonathanfile	dev/tc/if_le_ioasic.c		le_ioasic needs-flag # for le_iomem
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
361.10Sjonathan
371.10Sjonathan# pixelstamp and STIC (stamp interface chip) support
381.10Sjonathandefine stic
391.10Sjonathanfile	dev/tc/stic.c		stic
401.10Sjonathan
411.10Sjonathan# DEC PMAG-C 2-D pixelstamp graphics board
421.12Sthorpejdevice	px
431.10Sjonathanattach	px at tc:		stic
441.10Sjonathanfile	dev/tc/px.c		px
451.10Sjonathan
461.10Sjonathan# DEC PMAG-D/E/F    3-D pixelstamp+i860 8,24-plane,z-buffer graphics board
471.12Sthorpejdevice	pxg: stic
481.10Sjonathanattach	pxg at tc
49