files.amiga revision 1.69
1#	$NetBSD: files.amiga,v 1.69 1997/10/18 23:31:37 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# direct bus ISA-chip i/o
180define	supio {port = -1}
181
182# DraCo superio chip
183
184device	drsupio: supio
185attach	drsupio at mainbus
186file	arch/amiga/dev/drsupio.c	drsupio
187
188# Hypercom 3/4
189device	hyper:	supio
190attach	hyper at zbus
191file	arch/amiga/dev/hyper.c		hyper
192
193attach	com at supio with com_supio
194file	arch/amiga/dev/com_supio.c	com_supio
195
196# handle gvp's odd autoconf info..
197device	gvpbus {}
198attach	gvpbus at zbus
199file	arch/amiga/dev/gvpbus.c		gvpbus
200
201device	lpt
202file	dev/ic/lpt.c			lpt needs-flag
203
204attach	lpt at supio with lpt_supio
205file	arch/amiga/dev/lpt_supio.c	lpt_supio
206
207include "../../../dev/scsipi/files.scsipi"
208major	{sd = 4}
209major	{st = 5}
210major	{cd = 7}
211
212# wd 33c93 contrllers
213define	sbic 
214file	arch/amiga/dev/sbic.c		sbic
215
216# GVP series II
217device	gtsc: scsi, sbic
218attach	gtsc at gvpbus
219file	arch/amiga/dev/gtsc.c		gtsc needs-flag
220
221# Amiga 3000 internal
222device	ahsc: scsi, sbic
223attach	ahsc at mainbus
224file	arch/amiga/dev/ahsc.c		ahsc needs-flag
225
226# C= A2091
227device atzsc: scsi, sbic
228attach atzsc at zbus
229file	arch/amiga/dev/atzsc.c		atzsc needs-flag
230
231# ncr 5380 controllers
232define	sci
233file	arch/amiga/dev/sci.c		sci
234
235# Supra Wordsync II
236device	wstsc: scsi, sci
237attach	wstsc at zbus
238file	arch/amiga/dev/wstsc.c		wstsc needs-flag
239
240# IVS 
241device	ivsc: scsi, sci
242attach	ivsc at zbus
243file	arch/amiga/dev/ivsc.c		ivsc needs-flag
244
245# MLH
246device	mlhsc: scsi, sci
247attach	mlhsc at zbus
248file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
249
250# CSA twelve gauge.
251device	otgsc: scsi, sci
252attach	otgsc at zbus
253file	arch/amiga/dev/otgsc.c		otgsc needs-flag
254
255# ncr 57c710 controllers
256define	siop
257file	arch/amiga/dev/siop.c		siop
258
259# PPI Zeus
260device	zssc: scsi, siop
261attach	zssc at zbus
262file	arch/amiga/dev/zssc.c		zssc needs-flag
263
264# CSA Magnum
265device	mgnsc: scsi, siop
266attach	mgnsc at zbus
267file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
268
269# MacroSystems USA Warp Engine
270device	wesc: scsi, siop
271attach	wesc at zbus
272file	arch/amiga/dev/wesc.c		wesc needs-flag
273
274# C= A4091 & A4000T
275device	afsc: scsi, siop
276attach	afsc at zbus
277device	aftsc: scsi, siop
278attach	aftsc at mainbus
279file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
280
281# Emulex ESP216 & FAS216 controllers
282
283# FastlaneZ3
284device	flsc: scsi, ncr53c9x
285attach	flsc at zbus
286file	arch/amiga/dev/flsc.c		flsc needs-flag
287
288# Blizzard1230-I,II
289device	bzsc: scsi, ncr53c9x
290attach	bzsc at zbus
291file	arch/amiga/dev/bzsc.c		bzsc needs-flag
292
293# Blizzard12x0-IV
294device	bzivsc: scsi, ncr53c9x
295attach	bzivsc at zbus
296file	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
297
298# Blizzard2060 scsi
299device	bztzsc: scsi, ncr53c9x
300attach	bztzsc at zbus
301file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
302
303# CyberSCSI [I] scsi
304device	cbsc: scsi, ncr53c9x
305attach	cbsc at zbus
306file	arch/amiga/dev/cbsc.c		cbsc needs-flag
307
308# CyberSCSI MKII scsi
309device	cbiisc: scsi, ncr53c9x
310attach	cbiisc at zbus
311file	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
312
313# EMPLANT
314device	empsc: scsi, sci
315attach	empsc at zbus
316file	arch/amiga/dev/empsc.c		empsc needs-flag
317
318# Amiga 4000/1200 IDE masquerading as SCSI
319device	idesc: scsi
320attach	idesc at mainbus
321file	arch/amiga/dev/idesc.c		idesc needs-flag
322
323# MacroSystem DraCo internal
324device	drsc: scsi, siop
325attach	drsc at mainbus
326file  arch/amiga/dev/drsc.c           drsc needs-flag
327
328# MacroSystem DraCo internal DS2404 hwc
329device	drbbc
330attach	drbbc at mainbus
331file	arch/amiga/dev/drbbc.c		drbbc
332
333# list of standard files...
334include	"arch/m68k/fpe/files.fpe"
335
336# list of standard files...
337include	"arch/m68k/060sp/files.060sp"
338
339file	dev/cons.c			ite | ser
340file	dev/cninit.c			ite | ser
341file	arch/amiga/amiga/amiga_init.c
342file	arch/amiga/amiga/autoconf.c
343file	arch/amiga/amiga/cia.c
344file	arch/amiga/amiga/conf.c
345file	arch/amiga/amiga/disksubr.c
346file	arch/amiga/amiga/dkbad.c
347file	arch/amiga/amiga/machdep.c
348file	arch/amiga/amiga/mem.c
349file	arch/amiga/amiga/pmap.c
350file	arch/amiga/amiga/sys_machdep.c
351file	arch/amiga/amiga/trap.c
352file	arch/amiga/amiga/vm_machdep.c
353file	arch/amiga/amiga/cc.c
354file	arch/amiga/amiga/db_memrw.c	ddb
355
356major	{vnd = 6}
357
358# Compatibility modules
359
360# SunOS Binary Compatibility (COMPAT_SUNOS)
361include "../../../compat/sunos/files.sunos"
362file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
363
364