xref: /openbsd/sys/dev/tc/files.tc (revision 4d5fab15)
1#	$OpenBSD: files.tc,v 1.15 2018/02/14 23:51:49 jsg 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
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:	le24, le_dec_subr
21file	dev/tc/if_le_ioasic.c		le_ioasic
22
23attach	le at tc with le_tc:		le24, le_dec_subr
24file	dev/tc/if_le_tc.c		le_tc
25
26# baseboard audio
27device	bba: audio, am7930
28attach	bba at ioasic
29file	dev/tc/bba.c			bba
30
31# TCDS dual channel SCSI
32device	tcds {[chip = -1]}
33attach	tcds at tc
34file	dev/tc/tcds.c			tcds
35
36# 53C[F]90 PMAZ single or dual channel SCSI
37device	asc: ncr53c9x, scsi
38file	dev/tc/asc.c			asc
39attach	asc at tc with asc_tc
40file	dev/tc/asc_tc.c			asc_tc
41attach	asc at tcds with asc_tcds
42file	dev/tc/asc_tcds.c		asc_tcds
43
44# 8530 UARTs using the MI 8530 driver
45device	zs {[channel = -1]}
46attach	zs at ioasic with zs_ioasic
47file	dev/tc/zs_ioasic.c		zs		needs-flag
48file	dev/ic/z8530sc.c		zs
49
50device	zstty: tty
51attach	zstty at zs
52file	dev/ic/z8530tty.c		zstty		needs-flag
53