xref: /netbsd/sys/arch/amiga/conf/files.amiga (revision c4a72b64)
1#	$NetBSD: files.amiga,v 1.127 2002/11/03 02:29:38 chs 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
19defflag	opt_amigacons.h		SERCONSOLE
20
21defflag	opt_kfont.h		KFONT_CONS_ISO8859_1
22defflag	opt_kfont.h		KFONT_CONS_ISO8859_2
23
24defparam opt_retina.h		RH_MEMCLK
25defflag	opt_retina.h		RH_64BIT_SPRITE RH_HARDWARECURSOR
26defflag	opt_retina.h		RETINA_SPEED_HACK
27
28defflag				BB060STUPIDROM
29defflag				P5PPC68KBOARD
30defflag				LEV6_DEFER
31
32defparam			IOBZCLOCK
33
34device	mainbus {}
35attach	mainbus at root
36
37device	cpu
38attach	cpu at mainbus
39
40# for bus_space
41
42define	amibus_bl
43file	arch/amiga/amiga/amiga_bus_simple_4.c
44
45define	amibus_ww
46file	arch/amiga/amiga/amiga_bus_simple_2word.c
47
48define amibus_wb
49file	arch/amiga/amiga/amiga_bus_simple_1word.c
50
51define	amibus_b16
52file	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
53
54define	amibus_b800
55file	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
56
57# zorro expansion bus.
58device	zbus {}
59attach	zbus at mainbus
60file	arch/amiga/dev/zbus.c		zbus
61
62define	event {}
63file	arch/amiga/dev/event.c		event
64
65device	clock
66attach	clock at mainbus
67file	arch/amiga/dev/clock.c
68file	dev/clock_subr.c
69
70# A2000 internal hwc
71device	a2kbbc
72attach	a2kbbc at mainbus
73file	arch/amiga/dev/a2kbbc.c		a2kbbc
74
75# A3000/4000 internal hwc
76device	a34kbbc
77attach	a34kbbc at mainbus
78file	arch/amiga/dev/a34kbbc.c	a34kbbc
79
80# keyboard
81device	kbd: event,wskbddev
82attach	kbd at mainbus
83file	arch/amiga/dev/kbd.c		kbd needs-flag
84file	arch/amiga/dev/wskbdmap_amiga.c	kbd
85
86# serial port
87device	ser: tty
88attach	ser at mainbus
89file	arch/amiga/dev/ser.c		ser needs-count
90
91# parallel port
92device	par
93attach	par at mainbus
94file	arch/amiga/dev/par.c		par needs-count
95
96# audio
97device	aucc: audiobus
98attach	aucc at mainbus
99file	arch/amiga/dev/aucc.c		aucc needs-flag
100
101device	melody: audiobus, tms320av110
102attach	melody at zbus
103file	arch/amiga/dev/melody.c		melody
104
105device repulse: audiobus, ac97, mulaw
106attach	repulse at zbus
107file	arch/amiga/dev/repulse.c	repulse
108
109device toccata: audiobus, ad1848, auconv
110attach	toccata at zbus
111file	arch/amiga/dev/toccata.c	toccata
112
113# mouse
114device	ms: event
115attach	ms at mainbus
116file	arch/amiga/dev/ms.c		ms needs-flag
117
118# floppy
119device	fdc { unit = -1 }
120attach	fdc at mainbus
121
122device	fd: disk
123attach	fd at fdc
124file	arch/amiga/dev/fd.c		fd needs-flag
125
126# graphic devices
127define	grfbus {}
128
129device	grf {}
130attach	grf at grfbus
131file	arch/amiga/dev/grf.c		grf needs-count
132
133device	ite: tty
134attach	ite at grf
135file	arch/amiga/dev/ite.c		ite needs-flag
136file	arch/amiga/dev/kbdmap.c		ite
137file	arch/amiga/dev/kf_custom.c	kfont_custom
138file	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
139	( ite | amidisplaycc )
140file	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
141	kfont_8x11
142file	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
143	( ite | amidisplaycc )
144file	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
145	kfont_8x11
146
147# custom chips grf (ite0 grf0)
148device	grfcc: grfbus
149attach	grfcc at mainbus
150file	arch/amiga/dev/grf_cc.c		grfcc needs-flag
151file	arch/amiga/dev/ite_cc.c		grfcc & ite
152
153# wscons interface to custom chips
154device	amidisplaycc: wsemuldisplaydev
155attach	amidisplaycc at mainbus
156file	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
157
158include "dev/wscons/files.wscons"
159include "dev/wsfont/files.wsfont"
160
161defpseudo	view
162file	arch/amiga/dev/view.c		view | grfcc needs-count
163file	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
164file	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
165file	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
166
167# retina ZII grf (ite1 grf1)
168device	grfrt: grfbus
169attach	grfrt at zbus
170file	arch/amiga/dev/grf_rt.c		grfrt needs-flag
171file	arch/amiga/dev/ite_rt.c		grfrt & ite
172
173# retina ZIII grf (ite2 grf2)
174device	grfrh: grfbus
175attach	grfrh at zbus
176file	arch/amiga/dev/grf_rh.c		grfrh needs-flag
177file	arch/amiga/dev/ite_rh.c		grfrh & ite
178
179# cirrus grf (ite3 grf3)
180device	grfcl: grfbus
181attach	grfcl at zbus
182file	arch/amiga/dev/grf_cl.c		grfcl needs-flag
183file	arch/amiga/dev/ite_cl.c		grfcl & ite
184
185# A2410 grf (ite4 grf4)
186device	grful: grfbus
187attach	grful at zbus
188file	arch/amiga/dev/grf_ul.c		grful needs-flag
189file	arch/amiga/dev/ite_ul.c		grful & ite
190file	arch/amiga/dev/grf_ultms.c	grful
191
192# CyberVison 64 grf (ite5 grf5)
193device	grfcv: grfbus
194attach	grfcv at zbus
195file	arch/amiga/dev/grf_cv.c		grfcv needs-flag
196file	arch/amiga/dev/ite_cv.c		grfcv & ite
197
198# Tseng grf (ite6 grf6)
199device	grfet: grfbus
200attach	grfet at zbus
201file	arch/amiga/dev/grf_et.c		grfet needs-flag
202file	arch/amiga/dev/ite_et.c		grfet & ite
203
204# CyberVison 64/3D grf (ite7 grf7)
205device	grfcv3d: grfbus
206attach	grfcv3d at zbus
207file	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
208file	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
209
210# device defined in sys/conf/files
211# A2065, Ameristar, Ariadne ethernet cards
212attach	le at zbus with le_zbus: le24
213file	arch/amiga/dev/if_le.c		le_zbus needs-flag
214
215# AriadneII ethernet card
216# device defined in sys/conf/files
217attach	ne at zbus with ne_zbus: rtl80x9
218file	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
219
220# Hydra ethernet card
221device	ed: ifnet, ether, arp
222attach	ed at zbus with ed_zbus
223file	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
224
225# C=/Ameristar A2060 / 560
226attach	bah at zbus with bah_zbus
227file	arch/amiga/dev/if_bah_zbus.c	bah_zbus
228
229# CEI A4066 EthernetPLUS
230device	es: ifnet, ether, arp
231attach	es at zbus
232file	arch/amiga/dev/if_es.c		es needs-flag
233
234# Quicknet ethernet card
235device	qn: ifnet, ether, arp
236attach	qn at zbus
237file	arch/amiga/dev/if_qn.c		qn needs-flag
238
239# A2232 msc serial ports
240device	msc: tty
241attach	msc at zbus
242file	arch/amiga/dev/msc.c		msc needs-count
243
244# bsc/Alf Data MultiFaceCard
245device	mfc { unit = -1 }
246attach	mfc at zbus
247
248device	mfcs: tty
249attach	mfcs at mfc
250device	mfcp
251attach	mfcp at mfc
252file	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
253
254# direct bus ISA-chip i/o
255define	supio {port = -1}
256
257# DraCo superio chip
258
259device	drsupio: supio
260attach	drsupio at mainbus
261file	arch/amiga/dev/drsupio.c	drsupio
262
263# ZBus HyperComs: HyperCom Z3, HyperCom 4
264device	hyper: supio
265attach	hyper at zbus
266file	arch/amiga/dev/hyper.c		hyper
267
268# IOBlix
269device	iobl: supio, amibus_b16
270attach	iobl at zbus with iobl_zbus
271file	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
272
273
274attach	com at supio with com_supio
275file	arch/amiga/dev/com_supio.c	com_supio
276
277# ISDN Blaster, ISDN Master
278device	aster: supio
279attach	aster at zbus
280file	arch/amiga/dev/aster.c		aster
281
282attach	isic at supio with isic_supio
283file	arch/amiga/dev/isic_supio.c isic_supio
284
285# handle gvp's odd autoconf info..
286device	gvpbus {}
287attach	gvpbus at zbus
288file	arch/amiga/dev/gvpbus.c		gvpbus
289
290device	lpt
291file	dev/ic/lpt.c			lpt needs-flag
292
293attach	lpt at supio with lpt_supio
294file	arch/amiga/dev/lpt_supio.c	lpt_supio
295
296include "dev/scsipi/files.scsipi"
297
298# wd 33c93 contrllers
299define	sbic
300file	arch/amiga/dev/sbic.c		sbic
301
302# GVP series II
303device	gtsc: scsi, sbic
304attach	gtsc at gvpbus
305file	arch/amiga/dev/gtsc.c		gtsc needs-flag
306
307# Amiga 3000 internal
308device	ahsc: scsi, sbic
309attach	ahsc at mainbus
310file	arch/amiga/dev/ahsc.c		ahsc needs-flag
311
312# C= A2091
313device atzsc: scsi, sbic
314attach atzsc at zbus
315file	arch/amiga/dev/atzsc.c		atzsc needs-flag
316
317# ncr 5380 controllers
318define	sci
319file	arch/amiga/dev/sci.c		sci
320
321# Supra Wordsync II
322device	wstsc: scsi, sci
323attach	wstsc at zbus
324file	arch/amiga/dev/wstsc.c		wstsc needs-flag
325
326# IVS
327device	ivsc: scsi, sci
328attach	ivsc at zbus
329file	arch/amiga/dev/ivsc.c		ivsc needs-flag
330
331# MLH
332device	mlhsc: scsi, sci
333attach	mlhsc at zbus
334file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
335
336# CSA twelve gauge.
337device	otgsc: scsi, sci
338attach	otgsc at zbus
339file	arch/amiga/dev/otgsc.c		otgsc needs-flag
340
341# ncr 57c710 controllers
342define	asiop
343file	arch/amiga/dev/siop.c		asiop
344
345# PPI Zeus
346device	zssc: scsi, asiop
347attach	zssc at zbus
348file	arch/amiga/dev/zssc.c		zssc needs-flag
349
350# CSA Magnum
351device	mgnsc: scsi, asiop
352attach	mgnsc at zbus
353file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
354
355# MacroSystems USA Warp Engine
356device	wesc: scsi, asiop
357attach	wesc at zbus
358file	arch/amiga/dev/wesc.c		wesc needs-flag
359
360# C= A4091 & A4000T
361device	afsc: scsi, asiop
362attach	afsc at zbus
363device	aftsc: scsi, asiop
364attach	aftsc at mainbus
365file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
366
367# ncr 57c720/770 controllers
368define	siopng
369file	arch/amiga/dev/siop2.c		siopng
370
371# CyberStorm MKIII scsi
372device	cbiiisc: scsi, siopng
373attach	cbiiisc at zbus
374file	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
375
376# Emulex ESP216 & FAS216 controllers
377
378# FastlaneZ3
379device	flsc: scsi, ncr53c9x
380attach	flsc at zbus
381file	arch/amiga/dev/flsc.c		flsc needs-flag
382
383# Blizzard1230-I,II
384device	bzsc: scsi, ncr53c9x
385attach	bzsc at zbus
386file	arch/amiga/dev/bzsc.c		bzsc needs-flag
387
388# Blizzard12x0-IV
389device	bzivsc: scsi, ncr53c9x
390attach	bzivsc at zbus
391file	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
392
393# Blizzard2060 scsi
394device	bztzsc: scsi, ncr53c9x
395attach	bztzsc at zbus
396file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
397
398# CyberSCSI [I] scsi
399device	cbsc: scsi, ncr53c9x
400attach	cbsc at zbus
401file	arch/amiga/dev/cbsc.c		cbsc needs-flag
402
403# CyberSCSI MKII scsi
404device	cbiisc: scsi, ncr53c9x
405attach	cbiisc at zbus
406file	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
407
408# EMPLANT
409device	empsc: scsi, sci
410attach	empsc at zbus
411file	arch/amiga/dev/empsc.c		empsc needs-flag
412
413# Amiga 4000/1200 IDE masquerading as SCSI
414device	idesc: scsi
415attach	idesc at mainbus
416file	arch/amiga/dev/idesc.c		idesc needs-flag
417
418# MacroSystem DraCo internal
419device	drsc: scsi, asiop
420attach	drsc at mainbus
421file	arch/amiga/dev/drsc.c		drsc needs-flag
422
423# MacroSystem DraCo internal DS2404 hwc
424device	drbbc
425attach	drbbc at mainbus
426file	arch/amiga/dev/drbbc.c		drbbc
427
428# kernel floating point emulator
429include	"arch/m68k/fpe/files.fpe"
430
431# Motorola 68060 support package
432include	"arch/m68k/060sp/files.060sp"
433
434# list of standard files...
435
436file	dev/cons.c			ite | ser
437file	dev/cninit.c			ite | ser
438file	arch/amiga/amiga/amiga_init.c
439file	arch/amiga/amiga/autoconf.c
440file	arch/amiga/amiga/cia.c
441file	arch/amiga/amiga/conf.c
442file	arch/amiga/amiga/disksubr.c
443file	arch/amiga/amiga/dkbad.c
444file	arch/amiga/amiga/machdep.c
445file	arch/amiga/amiga/mem.c
446file	arch/amiga/amiga/pmap.c
447file	arch/amiga/amiga/procfs_machdep.c	procfs
448file	arch/amiga/amiga/trap.c
449file	arch/amiga/amiga/cc.c
450file	dev/md_root.c			memory_disk_hooks
451file	arch/m68k/m68k/cacheops.c
452file	arch/m68k/m68k/db_memrw.c	ddb
453file	arch/m68k/m68k/sys_machdep.c
454file	arch/m68k/m68k/vm_machdep.c
455
456define	gayle
457file	arch/amiga/amiga/gayle.c		gayle
458
459file	arch/amiga/dev/gayle_pcmcia.c		pccard
460device	pccard: pcmciabus, gayle
461attach	pccard at mainbus
462
463include "dev/pcmcia/files.pcmcia"
464
465include "dev/ata/files.ata"
466
467# Amiga 4000/1200 IDE using MI wdc
468attach	wdc at mainbus with wdc_amiga: gayle
469file	arch/amiga/dev/wdc_amiga.c	wdc_amiga
470
471# Compatibility modules
472
473# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
474include "compat/aoutm68k/files.aoutm68k"
475
476# SunOS Binary Compatibility (COMPAT_SUNOS)
477include "compat/sunos/files.sunos"
478file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
479
480# SVR4 Binary Compatibility (COMPAT_SVR4)
481include "compat/svr4/files.svr4"
482
483# Linux binary compatibility (COMPAT_LINUX)
484include "compat/linux/files.linux"
485include "compat/linux/arch/m68k/files.linux_m68k"
486file arch/m68k/m68k/linux_trap.c		compat_linux
487
488# OSS audio driver compatibility
489include "compat/ossaudio/files.ossaudio"
490
491include "arch/amiga/conf/majors.amiga"
492