xref: /netbsd-src/sys/arch/amiga/conf/files.amiga (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1#	$NetBSD: files.amiga,v 1.70 1997/10/19 19:20:34 veego 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# CyberVison 64/3D grf (ite7 grf7)
140device	grfcv3d: grfbus
141attach	grfcv3d at zbus
142file	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
143file	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
144
145# device defined in sys/conf/files
146# A2065, Ameristar, Ariadne ethernet cards
147attach	le at zbus with le_zbus
148file	arch/amiga/dev/if_le.c		le_zbus needs-flag
149
150# Hydra ethernet card
151device	ed:	ifnet, ether, arp
152attach	ed at zbus with ed_zbus
153file	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
154
155# C=/Ameristar A2060 / 560
156device	bah: ifnet, arc, arp
157attach	bah at zbus with bah_zbus
158file	arch/amiga/dev/if_bah.c		bah_zbus needs-flag
159
160# CEI A4066 EthernetPLUS
161device	es:	ifnet, ether, arp
162attach	es at zbus
163file	arch/amiga/dev/if_es.c		es needs-flag
164
165# Quicknet ethernet card
166device	qn:	ifnet, ether, arp
167attach	qn at zbus
168file	arch/amiga/dev/if_qn.c		qn needs-flag
169
170# A2232 msc serial ports
171device	msc:	tty
172attach	msc at zbus
173file	arch/amiga/dev/msc.c		msc needs-count
174
175# bsc/Alf Data MultiFaceCard
176device	mfc { unit = -1 }
177attach	mfc at zbus
178
179device	mfcs
180attach	mfcs at mfc
181device	mfcp
182attach	mfcp at mfc
183file	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
184
185# direct bus ISA-chip i/o
186define	supio {port = -1}
187
188# DraCo superio chip
189
190device	drsupio: supio
191attach	drsupio at mainbus
192file	arch/amiga/dev/drsupio.c	drsupio
193
194# Hypercom 3/4
195device	hyper:	supio
196attach	hyper at zbus
197file	arch/amiga/dev/hyper.c		hyper
198
199attach	com at supio with com_supio
200file	arch/amiga/dev/com_supio.c	com_supio
201
202# handle gvp's odd autoconf info..
203device	gvpbus {}
204attach	gvpbus at zbus
205file	arch/amiga/dev/gvpbus.c		gvpbus
206
207device	lpt
208file	dev/ic/lpt.c			lpt needs-flag
209
210attach	lpt at supio with lpt_supio
211file	arch/amiga/dev/lpt_supio.c	lpt_supio
212
213include "../../../dev/scsipi/files.scsipi"
214major	{sd = 4}
215major	{st = 5}
216major	{cd = 7}
217
218# wd 33c93 contrllers
219define	sbic
220file	arch/amiga/dev/sbic.c		sbic
221
222# GVP series II
223device	gtsc: scsi, sbic
224attach	gtsc at gvpbus
225file	arch/amiga/dev/gtsc.c		gtsc needs-flag
226
227# Amiga 3000 internal
228device	ahsc: scsi, sbic
229attach	ahsc at mainbus
230file	arch/amiga/dev/ahsc.c		ahsc needs-flag
231
232# C= A2091
233device atzsc: scsi, sbic
234attach atzsc at zbus
235file	arch/amiga/dev/atzsc.c		atzsc needs-flag
236
237# ncr 5380 controllers
238define	sci
239file	arch/amiga/dev/sci.c		sci
240
241# Supra Wordsync II
242device	wstsc: scsi, sci
243attach	wstsc at zbus
244file	arch/amiga/dev/wstsc.c		wstsc needs-flag
245
246# IVS
247device	ivsc: scsi, sci
248attach	ivsc at zbus
249file	arch/amiga/dev/ivsc.c		ivsc needs-flag
250
251# MLH
252device	mlhsc: scsi, sci
253attach	mlhsc at zbus
254file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
255
256# CSA twelve gauge.
257device	otgsc: scsi, sci
258attach	otgsc at zbus
259file	arch/amiga/dev/otgsc.c		otgsc needs-flag
260
261# ncr 57c710 controllers
262define	siop
263file	arch/amiga/dev/siop.c		siop
264
265# PPI Zeus
266device	zssc: scsi, siop
267attach	zssc at zbus
268file	arch/amiga/dev/zssc.c		zssc needs-flag
269
270# CSA Magnum
271device	mgnsc: scsi, siop
272attach	mgnsc at zbus
273file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
274
275# MacroSystems USA Warp Engine
276device	wesc: scsi, siop
277attach	wesc at zbus
278file	arch/amiga/dev/wesc.c		wesc needs-flag
279
280# C= A4091 & A4000T
281device	afsc: scsi, siop
282attach	afsc at zbus
283device	aftsc: scsi, siop
284attach	aftsc at mainbus
285file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
286
287# Emulex ESP216 & FAS216 controllers
288
289# FastlaneZ3
290device	flsc: scsi, ncr53c9x
291attach	flsc at zbus
292file	arch/amiga/dev/flsc.c		flsc needs-flag
293
294# Blizzard1230-I,II
295device	bzsc: scsi, ncr53c9x
296attach	bzsc at zbus
297file	arch/amiga/dev/bzsc.c		bzsc needs-flag
298
299# Blizzard12x0-IV
300device	bzivsc: scsi, ncr53c9x
301attach	bzivsc at zbus
302file	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
303
304# Blizzard2060 scsi
305device	bztzsc: scsi, ncr53c9x
306attach	bztzsc at zbus
307file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
308
309# CyberSCSI [I] scsi
310device	cbsc: scsi, ncr53c9x
311attach	cbsc at zbus
312file	arch/amiga/dev/cbsc.c		cbsc needs-flag
313
314# CyberSCSI MKII scsi
315device	cbiisc: scsi, ncr53c9x
316attach	cbiisc at zbus
317file	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
318
319# EMPLANT
320device	empsc: scsi, sci
321attach	empsc at zbus
322file	arch/amiga/dev/empsc.c		empsc needs-flag
323
324# Amiga 4000/1200 IDE masquerading as SCSI
325device	idesc: scsi
326attach	idesc at mainbus
327file	arch/amiga/dev/idesc.c		idesc needs-flag
328
329# MacroSystem DraCo internal
330device	drsc: scsi, siop
331attach	drsc at mainbus
332file  arch/amiga/dev/drsc.c           drsc needs-flag
333
334# MacroSystem DraCo internal DS2404 hwc
335device	drbbc
336attach	drbbc at mainbus
337file	arch/amiga/dev/drbbc.c		drbbc
338
339# list of standard files...
340include	"arch/m68k/fpe/files.fpe"
341
342# list of standard files...
343include	"arch/m68k/060sp/files.060sp"
344
345file	dev/cons.c			ite | ser
346file	dev/cninit.c			ite | ser
347file	arch/amiga/amiga/amiga_init.c
348file	arch/amiga/amiga/autoconf.c
349file	arch/amiga/amiga/cia.c
350file	arch/amiga/amiga/conf.c
351file	arch/amiga/amiga/disksubr.c
352file	arch/amiga/amiga/dkbad.c
353file	arch/amiga/amiga/machdep.c
354file	arch/amiga/amiga/mem.c
355file	arch/amiga/amiga/pmap.c
356file	arch/amiga/amiga/sys_machdep.c
357file	arch/amiga/amiga/trap.c
358file	arch/amiga/amiga/vm_machdep.c
359file	arch/amiga/amiga/cc.c
360file	arch/amiga/amiga/db_memrw.c	ddb
361
362major	{vnd = 6}
363
364# Compatibility modules
365
366# SunOS Binary Compatibility (COMPAT_SUNOS)
367include "../../../compat/sunos/files.sunos"
368file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
369
370