xref: /openbsd-src/sys/dev/tc/files.tc (revision 48950c12d106c85f315112191a0228d7b83b9510)
1#	$OpenBSD: files.tc,v 1.9 2011/09/04 20:10:18 miod Exp $
2#	$NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $
3#
4# Config file and device description for machine-independent
5# TURBOchannel code.  Included by ports that need it.
6
7device	tc {[slot = -1], [offset = -1]}
8#attach	tc at tcbus
9file	dev/tc/tc.c			tc	needs-flag
10
11# IOCTL ASIC
12device	ioasic {[offset = -1]}
13attach	ioasic at tc
14file	dev/tc/ioasic_subr.c		ioasic
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:	le_dec_subr
21file	dev/tc/if_le_ioasic.c		le_ioasic
22
23attach	le at tc with le_tc:		le_dec_subr
24file	dev/tc/if_le_tc.c		le_tc
25
26# baseboard audio
27device	bba: audio, am7930, mulaw
28attach	bba at ioasic
29file	dev/tc/bba.c			bba
30
31# DEFTA FDDI controller
32device	fta: pdq, fddi, ifnet
33attach	fta at tc
34file	dev/tc/if_fta.c			fta
35
36# TCDS dual channel SCSI
37device	tcds {[chip = -1]}
38attach	tcds at tc
39file	dev/tc/tcds.c			tcds
40
41# 53C[F]90 PMAZ single channel SCSI
42device	asc: ncr53c9x, scsi
43file	dev/tc/asc.c			asc
44attach	asc at tc with asc_tc
45file	dev/tc/asc_tc.c			asc_tc
46attach	asc at tcds with asc_tcds
47file	dev/tc/asc_tcds.c		asc_tcds
48