files.amiga revision 1.68
1#	$NetBSD: files.amiga,v 1.68 1997/10/16 23:58:36 is Exp $
2
3# maxpartitions must be first item in files.${ARCH}.newconf
4maxpartitions 16			# NOTE THAT AMIGA IS SPECIAL!
5
6maxusers 2 8 64
7
8device	mainbus {}
9attach	mainbus at root
10
11device	cpu
12attach	cpu at mainbus
13
14# zorro expansion bus.
15device	zbus {}
16attach	zbus at mainbus
17file	arch/amiga/dev/zbus.c		zbus
18
19define	event {}
20file	arch/amiga/dev/event.c		event
21
22device	clock
23attach	clock at mainbus
24file	arch/amiga/dev/clock.c
25file	dev/clock_subr.c
26
27# A2000 internal hwc
28device	a2kbbc
29attach	a2kbbc at mainbus
30file	arch/amiga/dev/a2kbbc.c		a2kbbc
31
32# A3000/4000 internal hwc
33device	a34kbbc
34attach	a34kbbc at mainbus
35file	arch/amiga/dev/a34kbbc.c	a34kbbc
36
37# keyboard
38device	kbd: event
39attach	kbd at mainbus
40file	arch/amiga/dev/kbd.c		kbd needs-flag
41
42# serial port
43device	ser: tty
44attach	ser at mainbus
45file	arch/amiga/dev/ser.c		ser needs-count
46
47# parallel port
48device	par
49attach	par at mainbus
50file	arch/amiga/dev/par.c		par needs-count
51
52# audio
53device	aucc: audio
54attach	aucc at mainbus
55file	arch/amiga/dev/aucc.c		aucc needs-flag 
56
57device	melody: audio, tms320av110
58attach	melody at zbus
59file	arch/amiga/dev/melody.c		melody
60
61# mouse
62device	ms: event
63attach	ms at mainbus
64file	arch/amiga/dev/ms.c		ms needs-flag
65
66# floppy
67device	fdc { unit = -1 }
68attach	fdc at mainbus
69
70device	fd
71attach	fd at fdc
72file	arch/amiga/dev/fd.c		fd needs-flag
73major	{fd = 2}
74
75# graphic devices
76define	grfbus {}
77
78device	grf {}
79attach	grf at grfbus
80file	arch/amiga/dev/grf.c		grf needs-count
81
82device	ite
83attach	ite at grf
84file	arch/amiga/dev/ite.c		ite needs-flag
85file	arch/amiga/dev/kbdmap.c		ite
86file	arch/amiga/dev/kf_8x8.c		ite
87file	arch/amiga/dev/kf_8x11.c	kfont_8x11
88file	arch/amiga/dev/kf_custom.c	kfont_custom
89
90# custom chips grf (ite0 grf0)
91device	grfcc: grfbus
92attach	grfcc at mainbus
93file	arch/amiga/dev/grf_cc.c		grfcc needs-flag
94file	arch/amiga/dev/ite_cc.c		grfcc & ite
95
96pseudo-device	view
97file	arch/amiga/dev/view.c		view | grfcc needs-count
98file	arch/amiga/dev/grfabs.c		grfcc | view
99file	arch/amiga/dev/grfabs_cc.c	grfcc | view
100file	arch/amiga/dev/grfabs_ccglb.c	grfcc | view
101
102# retina ZII grf (ite1 grf1)
103device	grfrt: grfbus
104attach	grfrt at zbus
105file	arch/amiga/dev/grf_rt.c		grfrt needs-flag
106file	arch/amiga/dev/ite_rt.c		grfrt & ite
107
108# retina ZIII grf (ite2 grf2)
109device	grfrh: grfbus
110attach	grfrh at zbus
111file	arch/amiga/dev/grf_rh.c		grfrh needs-flag
112file	arch/amiga/dev/ite_rh.c		grfrh & ite
113
114# cirrus grf (ite3 grf3)
115device	grfcl: grfbus
116attach	grfcl at zbus
117file	arch/amiga/dev/grf_cl.c		grfcl needs-flag
118file	arch/amiga/dev/ite_cl.c		grfcl & ite
119
120# A2410 grf (ite4 grf4)
121device	grful: grfbus
122attach	grful at zbus
123file	arch/amiga/dev/grf_ul.c		grful needs-flag
124file	arch/amiga/dev/ite_ul.c		grful & ite
125file	arch/amiga/dev/grf_ultms.g	grful
126
127# CyberVison 64 grf (ite5 grf5)
128device	grfcv: grfbus
129attach	grfcv at zbus
130file	arch/amiga/dev/grf_cv.c		grfcv needs-flag
131file	arch/amiga/dev/ite_cv.c		grfcv & ite
132
133# Tseng grf (ite6 grf6)
134device	grfet: grfbus
135attach	grfet at zbus
136file	arch/amiga/dev/grf_et.c		grfet needs-flag
137file	arch/amiga/dev/ite_et.c		grfet & ite
138
139# device defined in sys/conf/files
140# A2065, Ameristar, Ariadne ethernet cards
141attach	le at zbus with le_zbus
142file	arch/amiga/dev/if_le.c		le_zbus needs-flag
143
144# Hydra ethernet card
145device	ed:	ifnet, ether, arp
146attach	ed at zbus with ed_zbus
147file	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
148
149# C=/Ameristar A2060 / 560
150device	bah: ifnet, arc, arp
151attach	bah at zbus with bah_zbus
152file	arch/amiga/dev/if_bah.c		bah_zbus needs-flag
153
154# CEI A4066 EthernetPLUS
155device	es:	ifnet, ether, arp
156attach	es at zbus
157file	arch/amiga/dev/if_es.c		es needs-flag
158
159# Quicknet ethernet card
160device	qn:	ifnet, ether, arp
161attach	qn at zbus
162file	arch/amiga/dev/if_qn.c		qn needs-flag
163
164# A2232 msc serial ports
165device	msc:	tty
166attach	msc at zbus
167file	arch/amiga/dev/msc.c		msc needs-count
168
169# bsc/Alf Data MultiFaceCard
170device	mfc { unit = -1 }
171attach	mfc at zbus
172
173device	mfcs
174attach	mfcs at mfc
175device	mfcp
176attach	mfcp at mfc
177file	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
178
179# DraCo superio chip
180define	supio {port = -1}
181
182device	drsupio: supio
183attach	drsupio at mainbus
184file	arch/amiga/dev/drsupio.c	drsupio
185
186attach	com at supio with com_supio
187file	arch/amiga/dev/com_supio.c	com_supio
188
189# handle gvp's odd autoconf info..
190device	gvpbus {}
191attach	gvpbus at zbus
192file	arch/amiga/dev/gvpbus.c		gvpbus
193
194device	lpt
195file	dev/ic/lpt.c			lpt needs-flag
196
197attach	lpt at supio with lpt_supio
198file	arch/amiga/dev/lpt_supio.c	lpt_supio
199
200include "../../../dev/scsipi/files.scsipi"
201major	{sd = 4}
202major	{st = 5}
203major	{cd = 7}
204
205# wd 33c93 contrllers
206define	sbic 
207file	arch/amiga/dev/sbic.c		sbic
208
209# GVP series II
210device	gtsc: scsi, sbic
211attach	gtsc at gvpbus
212file	arch/amiga/dev/gtsc.c		gtsc needs-flag
213
214# Amiga 3000 internal
215device	ahsc: scsi, sbic
216attach	ahsc at mainbus
217file	arch/amiga/dev/ahsc.c		ahsc needs-flag
218
219# C= A2091
220device atzsc: scsi, sbic
221attach atzsc at zbus
222file	arch/amiga/dev/atzsc.c		atzsc needs-flag
223
224# ncr 5380 controllers
225define	sci
226file	arch/amiga/dev/sci.c		sci
227
228# Supra Wordsync II
229device	wstsc: scsi, sci
230attach	wstsc at zbus
231file	arch/amiga/dev/wstsc.c		wstsc needs-flag
232
233# IVS 
234device	ivsc: scsi, sci
235attach	ivsc at zbus
236file	arch/amiga/dev/ivsc.c		ivsc needs-flag
237
238# MLH
239device	mlhsc: scsi, sci
240attach	mlhsc at zbus
241file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
242
243# CSA twelve gauge.
244device	otgsc: scsi, sci
245attach	otgsc at zbus
246file	arch/amiga/dev/otgsc.c		otgsc needs-flag
247
248# ncr 57c710 controllers
249define	siop
250file	arch/amiga/dev/siop.c		siop
251
252# PPI Zeus
253device	zssc: scsi, siop
254attach	zssc at zbus
255file	arch/amiga/dev/zssc.c		zssc needs-flag
256
257# CSA Magnum
258device	mgnsc: scsi, siop
259attach	mgnsc at zbus
260file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
261
262# MacroSystems USA Warp Engine
263device	wesc: scsi, siop
264attach	wesc at zbus
265file	arch/amiga/dev/wesc.c		wesc needs-flag
266
267# C= A4091 & A4000T
268device	afsc: scsi, siop
269attach	afsc at zbus
270device	aftsc: scsi, siop
271attach	aftsc at mainbus
272file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
273
274# Emulex ESP216 & FAS216 controllers
275
276# FastlaneZ3
277device	flsc: scsi, ncr53c9x
278attach	flsc at zbus
279file	arch/amiga/dev/flsc.c		flsc needs-flag
280
281# Blizzard1230-I,II
282device	bzsc: scsi, ncr53c9x
283attach	bzsc at zbus
284file	arch/amiga/dev/bzsc.c		bzsc needs-flag
285
286# Blizzard12x0-IV
287device	bzivsc: scsi, ncr53c9x
288attach	bzivsc at zbus
289file	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
290
291# Blizzard2060 scsi
292device	bztzsc: scsi, ncr53c9x
293attach	bztzsc at zbus
294file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
295
296# CyberSCSI [I] scsi
297device	cbsc: scsi, ncr53c9x
298attach	cbsc at zbus
299file	arch/amiga/dev/cbsc.c		cbsc needs-flag
300
301# CyberSCSI MKII scsi
302device	cbiisc: scsi, ncr53c9x
303attach	cbiisc at zbus
304file	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
305
306# EMPLANT
307device	empsc: scsi, sci
308attach	empsc at zbus
309file	arch/amiga/dev/empsc.c		empsc needs-flag
310
311# Amiga 4000/1200 IDE masquerading as SCSI
312device	idesc: scsi
313attach	idesc at mainbus
314file	arch/amiga/dev/idesc.c		idesc needs-flag
315
316# MacroSystem DraCo internal
317device	drsc: scsi, siop
318attach	drsc at mainbus
319file  arch/amiga/dev/drsc.c           drsc needs-flag
320
321# MacroSystem DraCo internal DS2404 hwc
322device	drbbc
323attach	drbbc at mainbus
324file	arch/amiga/dev/drbbc.c		drbbc
325
326# list of standard files...
327include	"arch/m68k/fpe/files.fpe"
328
329# list of standard files...
330include	"arch/m68k/060sp/files.060sp"
331
332file	dev/cons.c			ite | ser
333file	dev/cninit.c			ite | ser
334file	arch/amiga/amiga/amiga_init.c
335file	arch/amiga/amiga/autoconf.c
336file	arch/amiga/amiga/cia.c
337file	arch/amiga/amiga/conf.c
338file	arch/amiga/amiga/disksubr.c
339file	arch/amiga/amiga/dkbad.c
340file	arch/amiga/amiga/machdep.c
341file	arch/amiga/amiga/mem.c
342file	arch/amiga/amiga/pmap.c
343file	arch/amiga/amiga/sys_machdep.c
344file	arch/amiga/amiga/trap.c
345file	arch/amiga/amiga/vm_machdep.c
346file	arch/amiga/amiga/cc.c
347file	arch/amiga/amiga/db_memrw.c	ddb
348
349major	{vnd = 6}
350
351# Compatibility modules
352
353# SunOS Binary Compatibility (COMPAT_SUNOS)
354include "../../../compat/sunos/files.sunos"
355file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
356
357