files.tc revision 1.13
1#	$NetBSD: files.tc,v 1.13 1998/07/21 17:36:06 drochner Exp $
2#
3# Config file and device description for machine-independent
4# TurboChannel code.  Included by ports that need it.
5
6defopt	TCVERBOSE
7
8device	tc {[slot = -1], [offset = -1]}
9#attach	tc at tcbus
10file	dev/tc/tc.c			tc	needs-flag
11
12# The TurboChannel IOCTL ASIC
13device	ioasic { offset = -1 }
14attach	ioasic at tc
15
16# LANCE attachments.
17#  lance device defined in sys/conf/files
18#  le_dec_subr	attribute defined in sys/dev/dec/files.dec
19
20attach le at ioasic with le_ioasic:	le24, le_dec_subr
21attach le at tc with le_tc:		le24, le_dec_subr
22
23file	dev/tc/if_le_ioasic.c		le_ioasic needs-flag # for le_iomem
24file	dev/tc/if_le_tc.c		le_tc
25
26
27# DEC DEFTA TC FDDI Controller
28device	fta: pdq, fddi, ifnet, arp
29attach	fta at tc
30file	dev/tc/if_fta.c			fta
31
32# pixelstamp and STIC (stamp interface chip) support
33define stic
34file	dev/tc/stic.c		stic
35
36# DEC PMAG-C 2-D pixelstamp graphics board
37device	px
38attach	px at tc:		stic
39file	dev/tc/px.c		px
40
41# DEC PMAG-D/E/F    3-D pixelstamp+i860 8,24-plane,z-buffer graphics board
42device	pxg: stic
43attach	pxg at tc
44