files.amigappc revision 1.19
1#	$NetBSD: files.amigappc,v 1.19 2008/02/20 21:43:33 drochner 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
8defflag	opt_amigaccgrf.h	GRF_NTSC
9defflag	opt_amigaccgrf.h	GRF_PAL	:GRF_NTSC	# temporary workaround
10defflag	opt_amigaccgrf.h	GRF_ECS GRF_AGA
11defflag	opt_amigaccgrf.h	GRF_A2024:GRF_ECS
12defflag	opt_amigaccgrf.h	GRF_AGA_VGA:GRF_AGA
13defflag	opt_amigaccgrf.h	GRF_SUPER72:GRF_AGA
14defflag	opt_amigaccgrf.h	USE_C_BFOPS
15
16defflag	opt_amigacons.h		RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
17defflag	opt_amigacons.h		CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
18defflag	opt_amigacons.h		CV3DONZORRO2
19
20defparam opt_retina.h		RH_MEMCLK
21defflag	opt_retina.h		RH_64BIT_SPRITE RH_HARDWARECURSOR
22defflag	opt_retina.h		RETINA_SPEED_HACK
23
24defflag				BB060STUPIDROM
25defflag				P5PPC68KBOARD
26
27defflag				LEV6_DEFER
28
29device	mainbus {}
30attach	mainbus at root
31
32device	cpu
33attach	cpu at mainbus
34
35# zorro expansion bus.
36device	zbus {}
37attach	zbus at mainbus
38file	arch/amiga/dev/zbus.c		zbus
39
40define	event {}
41file	arch/amiga/dev/event.c		event
42
43device	clock
44attach	clock at mainbus
45file	arch/amiga/dev/clock.c
46
47# A2000 internal hwc
48device	a2kbbc
49attach	a2kbbc at mainbus
50file	arch/amiga/dev/a2kbbc.c		a2kbbc
51
52# A3000/4000 internal hwc
53device	a34kbbc
54attach	a34kbbc at mainbus
55file	arch/amiga/dev/a34kbbc.c	a34kbbc
56
57# keyboard
58device	kbd: event,wskbddev
59attach	kbd at mainbus
60file	arch/amiga/dev/kbd.c		kbd needs-flag
61file	arch/amiga/dev/wskbdmap_amiga.c	kbd
62
63# serial port
64device	ser: tty
65attach	ser at mainbus
66file	arch/amiga/dev/ser.c		ser needs-count
67
68# parallel port
69device	par
70attach	par at mainbus
71file	arch/amiga/dev/par.c		par needs-count
72
73# audio
74device	aucc: audiobus
75attach	aucc at mainbus
76file	arch/amiga/dev/aucc.c		aucc needs-flag
77
78device	melody: audiobus, tms320av110
79attach	melody at zbus
80file	arch/amiga/dev/melody.c		melody
81
82# mouse
83device	ms: event
84attach	ms at mainbus
85file	arch/amiga/dev/ms.c		ms needs-flag
86
87# floppy
88device	fdc { unit = -1 }
89attach	fdc at mainbus
90
91device	fd: disk
92attach	fd at fdc
93file	arch/amiga/dev/fd.c		fd needs-flag
94
95# graphic devices
96define	grfbus {}
97
98device	grf {}
99attach	grf at grfbus
100file	arch/amiga/dev/grf.c		grf needs-count
101
102device	ite: tty
103attach	ite at grf
104file	arch/amiga/dev/ite.c		ite needs-flag
105file	arch/amiga/dev/kbdmap.c		ite
106file	arch/amiga/dev/kf_custom.c	kfont_custom
107file	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
108	( ite | amidisplaycc )
109file	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
110	kfont_8x11
111file	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
112	( ite | amidisplaycc )
113file	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
114	kfont_8x11
115
116# custom chips grf (ite0 grf0)
117device	grfcc: grfbus
118attach	grfcc at mainbus
119file	arch/amiga/dev/grf_cc.c		grfcc needs-flag
120file	arch/amiga/dev/ite_cc.c		grfcc & ite
121
122# wscons interface to custom chips
123device	amidisplaycc: wsemuldisplaydev
124attach	amidisplaycc at mainbus
125file	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
126
127defpseudo	view
128file	arch/amiga/dev/view.c		view | grfcc needs-count
129file	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
130file	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
131file	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
132
133# retina ZII grf (ite1 grf1)
134device	grfrt: grfbus
135attach	grfrt at zbus
136file	arch/amiga/dev/grf_rt.c		grfrt needs-flag
137file	arch/amiga/dev/ite_rt.c		grfrt & ite
138
139# retina ZIII grf (ite2 grf2)
140device	grfrh: grfbus
141attach	grfrh at zbus
142file	arch/amiga/dev/grf_rh.c		grfrh needs-flag
143file	arch/amiga/dev/ite_rh.c		grfrh & ite
144
145# cirrus grf (ite3 grf3)
146device	grfcl: grfbus
147attach	grfcl at zbus
148file	arch/amiga/dev/grf_cl.c		grfcl needs-flag
149file	arch/amiga/dev/ite_cl.c		grfcl & ite
150
151# A2410 grf (ite4 grf4)
152device	grful: grfbus
153attach	grful at zbus
154file	arch/amiga/dev/grf_ul.c		grful needs-flag
155file	arch/amiga/dev/ite_ul.c		grful & ite
156file	arch/amiga/dev/grf_ultms.c	grful
157
158# CyberVison 64 grf (ite5 grf5)
159device	grfcv: grfbus
160attach	grfcv at zbus
161file	arch/amiga/dev/grf_cv.c		grfcv needs-flag
162file	arch/amiga/dev/ite_cv.c		grfcv & ite
163
164# Tseng grf (ite6 grf6)
165device	grfet: grfbus
166attach	grfet at zbus
167file	arch/amiga/dev/grf_et.c		grfet needs-flag
168file	arch/amiga/dev/ite_et.c		grfet & ite
169
170# CyberVison 64/3D grf (ite7 grf7)
171device	grfcv3d: grfbus
172attach	grfcv3d at zbus
173file	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
174file	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
175
176# device defined in sys/conf/files
177# A2065, Ameristar, Ariadne ethernet cards
178attach	le at zbus with le_zbus: le24
179file	arch/amiga/dev/if_le.c		le_zbus needs-flag
180
181# AriadneII ethernet card
182# device defined in sys/conf/files
183attach	ne at zbus with ne_zbus: rtl80x9
184file	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
185
186# Hydra ethernet card
187device	ed: ifnet, ether, arp
188attach	ed at zbus with ed_zbus
189file	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
190
191# C=/Ameristar A2060 / 560
192attach	bah at zbus with bah_zbus
193file	arch/amiga/dev/if_bah_zbus.c	bah_zbus
194
195# CEI A4066 EthernetPLUS
196device	es: ifnet, ether, arp
197attach	es at zbus
198file	arch/amiga/dev/if_es.c		es needs-flag
199
200# Quicknet ethernet card
201device	qn: ifnet, ether, arp
202attach	qn at zbus
203file	arch/amiga/dev/if_qn.c		qn needs-flag
204
205# A2232 msc serial ports
206device	msc: tty
207attach	msc at zbus
208file	arch/amiga/dev/msc.c		msc needs-count
209
210# bsc/Alf Data MultiFaceCard
211device	mfc { unit = -1 }
212attach	mfc at zbus
213
214device	mfcs: tty
215attach	mfcs at mfc
216device	mfcp
217attach	mfcp at mfc
218file	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
219
220# direct bus ISA-chip i/o
221define	supio {port = -1}
222
223# DraCo superio chip
224
225device	drsupio: supio
226attach	drsupio at mainbus
227file	arch/amiga/dev/drsupio.c	drsupio
228
229# ZBus HyperComs: HyperCom Z3, HyperCom 4
230device	hyper: supio
231attach	hyper at zbus
232file	arch/amiga/dev/hyper.c		hyper
233
234attach	com at supio with com_supio
235file	arch/amiga/dev/com_supio.c	com_supio
236
237# ISDN Blaster, ISDN Master
238device	aster: supio
239attach	aster at zbus
240file	arch/amiga/dev/aster.c		aster
241
242# handle gvp's odd autoconf info..
243device	gvpbus {}
244attach	gvpbus at zbus
245file	arch/amiga/dev/gvpbus.c		gvpbus
246
247attach	lpt at supio with lpt_supio
248file	arch/amiga/dev/lpt_supio.c	lpt_supio
249
250include "dev/scsipi/files.scsipi"
251
252# wd 33c93 contrllers
253define	sbic
254file	arch/amiga/dev/sbic.c		sbic
255
256# GVP series II
257device	gtsc: scsi, sbic
258attach	gtsc at gvpbus
259file	arch/amiga/dev/gtsc.c		gtsc needs-flag
260
261# Amiga 3000 internal
262device	ahsc: scsi, sbic
263attach	ahsc at mainbus
264file	arch/amiga/dev/ahsc.c		ahsc needs-flag
265
266# C= A2091
267device atzsc: scsi, sbic
268attach atzsc at zbus
269file	arch/amiga/dev/atzsc.c		atzsc needs-flag
270
271# ncr 5380 controllers
272define	sci
273file	arch/amiga/dev/sci.c		sci
274
275# Supra Wordsync II
276device	wstsc: scsi, sci
277attach	wstsc at zbus
278file	arch/amiga/dev/wstsc.c		wstsc needs-flag
279
280# IVS
281device	ivsc: scsi, sci
282attach	ivsc at zbus
283file	arch/amiga/dev/ivsc.c		ivsc needs-flag
284
285# MLH
286device	mlhsc: scsi, sci
287attach	mlhsc at zbus
288file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
289
290# CSA twelve gauge.
291device	otgsc: scsi, sci
292attach	otgsc at zbus
293file	arch/amiga/dev/otgsc.c		otgsc needs-flag
294
295# ncr 57c710 controllers
296define	asiop
297file	arch/amiga/dev/siop.c		asiop
298
299# PPI Zeus
300device	zssc: scsi, asiop
301attach	zssc at zbus
302file	arch/amiga/dev/zssc.c		zssc needs-flag
303
304# CSA Magnum
305device	mgnsc: scsi, asiop
306attach	mgnsc at zbus
307file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
308
309# MacroSystems USA Warp Engine
310device	wesc: scsi, asiop
311attach	wesc at zbus
312file	arch/amiga/dev/wesc.c		wesc needs-flag
313
314# C= A4091 & A4000T
315device	afsc: scsi, asiop
316attach	afsc at zbus
317device	aftsc: scsi, asiop
318attach	aftsc at mainbus
319file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
320
321# ncr 57c720/770 controllers
322define	siopng
323file	arch/amiga/dev/siop2.c		siopng
324
325# CyberStorm MKIII scsi
326device	cbiiisc: scsi, siopng
327attach	cbiiisc at zbus
328file	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
329
330# Emulex ESP216 & FAS216 controllers
331
332# FastlaneZ3
333device	flsc: scsi, ncr53c9x
334attach	flsc at zbus
335file	arch/amiga/dev/flsc.c		flsc needs-flag
336
337# Blizzard1230-I,II
338device	bzsc: scsi, ncr53c9x
339attach	bzsc at zbus
340file	arch/amiga/dev/bzsc.c		bzsc needs-flag
341
342# Blizzard12x0-IV
343device	bzivsc: scsi, ncr53c9x
344attach	bzivsc at zbus
345file	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
346
347# Blizzard2060 scsi
348device	bztzsc: scsi, ncr53c9x
349attach	bztzsc at zbus
350file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
351
352# CyberSCSI [I] scsi
353device	cbsc: scsi, ncr53c9x
354attach	cbsc at zbus
355file	arch/amiga/dev/cbsc.c		cbsc needs-flag
356
357# CyberSCSI MKII scsi
358device	cbiisc: scsi, ncr53c9x
359attach	cbiisc at zbus
360file	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
361
362# EMPLANT
363device	empsc: scsi, sci
364attach	empsc at zbus
365file	arch/amiga/dev/empsc.c		empsc needs-flag
366
367# Amiga 4000/1200 IDE masquerading as SCSI
368device	idesc: scsi
369attach	idesc at mainbus
370file	arch/amiga/dev/idesc.c		idesc needs-flag
371
372# MacroSystem DraCo internal
373device	drsc: scsi, asiop
374attach	drsc at mainbus
375file	arch/amiga/dev/drsc.c		drsc needs-flag
376
377# MacroSystem DraCo internal DS2404 hwc
378device	drbbc
379attach	drbbc at mainbus
380file	arch/amiga/dev/drbbc.c		drbbc
381
382# list of standard files...
383
384file	dev/cons.c			ite | ser
385file	dev/cninit.c			ite | ser
386file	arch/amigappc/amigappc/amiga_init.c
387file	arch/amiga/amiga/autoconf.c
388file	arch/amiga/amiga/busfuncs.c
389file	arch/amiga/amiga/cia.c
390file	arch/amiga/amiga/conf.c
391file	arch/amiga/amiga/disksubr.c
392file	arch/amiga/amiga/dkbad.c
393file	arch/amigappc/amigappc/machdep.c
394file	arch/amiga/amiga/cc.c
395file	arch/amiga/dev/md_root.c		memory_disk_hooks
396#file	arch/m68k/m68k/cacheops.c
397
398define	gayle
399file	arch/amiga/amiga/gayle.c		gayle
400
401include "dev/ata/files.ata"
402
403# Amiga 4000/1200 IDE using MI wdc
404attach	wdc at mainbus with wdc_amiga: gayle
405file	arch/amiga/dev/wdc_amiga.c	wdc_amiga
406
407include "arch/amiga/conf/majors.amiga"
408