summaryrefslogtreecommitdiff
path: root/sys/dev/tc/files.tc
blob: e3743bc469033417c8b76fc82643850ba59b6c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#	$NetBSD: files.tc,v 1.27 2002/04/22 09:41:23 augustss Exp $
#
# Config file and device description for machine-independent
# TURBOchannel code.  Included by ports that need it.

defflag	TCVERBOSE

device	tc {[slot = -1], [offset = -1]}
#attach	tc at tcbus
file	dev/tc/tc.c			tc	needs-flag

# IOCTL ASIC
device	ioasic { offset = -1 }
attach	ioasic at tc
file	dev/tc/ioasic_subr.c		ioasic

# LANCE attachments.
#  lance device defined in sys/conf/files
#  le_dec_subr	attribute defined in sys/dev/dec/files.dec

attach le at ioasic with le_ioasic:	le24, le_dec_subr
file	dev/tc/if_le_ioasic.c		le_ioasic

attach le at tc with le_tc:		le24, le_dec_subr
file	dev/tc/if_le_tc.c		le_tc

# baseboard audio
device  bba: audiobus,am7930
attach  bba at ioasic
file    dev/tc/bba.c                    bba

# DEFTA FDDI controller
device	fta: pdq, fddi, ifnet, arp
attach	fta at tc
file	dev/tc/if_fta.c			fta

# CX PMAG-B
#device cfb: wsemuldisplaydev, rasops8
#attach cfb at tc
#file	dev/tc/cfb.c			cfb needs-flag

# MX PMAG-A
#device mfb: wsemuldisplaydev, rasops8
#attach mfb at tc
#file	dev/tc/mfb.c			mfb needs-flag

# TX PMAG-J
#device tfb: wsemuldisplaydev, rasops8
#attach tfb at tc
#file	dev/tc/tfb.c			tfb needs-flag

# HX PMAGB-B
#device sfb: wsemuldisplaydev, rasops8
#attach sfb at tc
#file	dev/tc/sfb.c			sfb needs-flag

# DV MAXINE builtin
#device xcfb: wsemuldisplaydev, rasops8
#attach xcfb at tc
#file	dev/tc/xcfb.c			xcfb needs-flag

# STIC (stamp interface chip) for PX and PXG
#define	stic
#file	dev/tc/stic.c			stic needs-flag

# PX PMAG-C
#device	px: wsemuldisplaydev, stic
#attach	px at tc
#file	dev/tc/px.c			px needs-flag

# PXG PMAG-D, PMAG-E, PMAG-F
#device	pxg: wsemuldisplaydev, stic
#attach	pxg at tc
#file	dev/tc/pxg.c			pxg needs-flag

# TCDS dual channel SCSI
device	tcds { chip = -1 }
attach	tcds at tc
file	dev/tc/tcds.c			tcds

# 53C[F]90 PMAZ single channel SCSI
device	asc: ncr53c9x, scsi
attach	asc at tc with asc_tc
file	dev/tc/asc_tc.c			asc_tc
attach	asc at tcds with asc_tcds
file	dev/tc/asc_tcds.c		asc_tcds

# HX+ PMAGD
#device sfbp: wsemuldisplaydev, rasops32, rasops8
#attach sfbp at tc
#file	dev/tc/sfbplus.c		sfbp needs-flag