files.amiga revision 1.61
1#	$NetBSD: files.amiga,v 1.61 1997/08/27 11:25:43 bouyer 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
57# mouse
58device	ms: event
59attach	ms at mainbus
60file	arch/amiga/dev/ms.c		ms needs-flag
61
62# floppy
63device	fdc { unit = -1 }
64attach	fdc at mainbus
65
66device	fd
67attach	fd at fdc
68file	arch/amiga/dev/fd.c		fd needs-flag
69major	{fd = 2}
70
71# graphic devices
72define	grfbus {}
73
74device	grf {}
75attach	grf at grfbus
76file	arch/amiga/dev/grf.c		grf needs-count
77
78device	ite
79attach	ite at grf
80file	arch/amiga/dev/ite.c		ite needs-flag
81file	arch/amiga/dev/kbdmap.c		ite
82file	arch/amiga/dev/kf_8x8.c		ite
83file	arch/amiga/dev/kf_8x11.c	kfont_8x11
84file	arch/amiga/dev/kf_custom.c	kfont_custom
85
86# custom chips grf (ite0 grf0)
87device	grfcc: grfbus
88attach	grfcc at mainbus
89file	arch/amiga/dev/grf_cc.c		grfcc needs-flag
90file	arch/amiga/dev/ite_cc.c		grfcc & ite
91
92pseudo-device	view
93file	arch/amiga/dev/view.c		view | grfcc needs-count
94file	arch/amiga/dev/grfabs.c		grfcc | view
95file	arch/amiga/dev/grfabs_cc.c	grfcc | view
96file	arch/amiga/dev/grfabs_ccglb.c	grfcc | view
97
98# retina ZII grf (ite1 grf1)
99device	grfrt: grfbus
100attach	grfrt at zbus
101file	arch/amiga/dev/grf_rt.c		grfrt needs-flag
102file	arch/amiga/dev/ite_rt.c		grfrt & ite
103
104# retina ZIII grf (ite2 grf2)
105device	grfrh: grfbus
106attach	grfrh at zbus
107file	arch/amiga/dev/grf_rh.c		grfrh needs-flag
108file	arch/amiga/dev/ite_rh.c		grfrh & ite
109
110# cirrus grf (ite3 grf3)
111device	grfcl: grfbus
112attach	grfcl at zbus
113file	arch/amiga/dev/grf_cl.c		grfcl needs-flag
114file	arch/amiga/dev/ite_cl.c		grfcl & ite
115
116# A2410 grf (ite4 grf4)
117device	grful: grfbus
118attach	grful at zbus
119file	arch/amiga/dev/grf_ul.c		grful needs-flag
120file	arch/amiga/dev/ite_ul.c		grful & ite
121file	arch/amiga/dev/grf_ultms.g	grful
122
123# CyberVison 64 grf (ite5 grf5)
124device	grfcv: grfbus
125attach	grfcv at zbus
126file	arch/amiga/dev/grf_cv.c		grfcv needs-flag
127file	arch/amiga/dev/ite_cv.c		grfcv & ite
128
129# Tseng grf (ite6 grf6)
130device	grfet: grfbus
131attach	grfet at zbus
132file	arch/amiga/dev/grf_et.c		grfet needs-flag
133file	arch/amiga/dev/ite_et.c		grfet & ite
134
135# device defined in sys/conf/files
136# A2065, Ameristar, Ariadne ethernet cards
137attach	le at zbus with le_zbus
138file	arch/amiga/dev/if_le.c		le_zbus needs-flag
139
140# Hydra ethernet card
141device	ed:	ifnet, ether, arp
142attach	ed at zbus with ed_zbus
143file	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
144
145# C=/Ameristar A2060 / 560
146device	bah: ifnet, arc, arp
147attach	bah at zbus with bah_zbus
148file	arch/amiga/dev/if_bah.c		bah_zbus needs-flag
149
150# CEI A4066 EthernetPLUS
151device	es:	ifnet, ether, arp
152attach	es at zbus
153file	arch/amiga/dev/if_es.c		es needs-flag
154
155# Quicknet ethernet card
156device	qn:	ifnet, ether, arp
157attach	qn at zbus
158file	arch/amiga/dev/if_qn.c		qn needs-flag
159
160# A2232 msc serial ports
161device	msc:	tty
162attach	msc at zbus
163file	arch/amiga/dev/msc.c		msc needs-count
164
165# bsc/Alf Data MultiFaceCard
166device	mfc { unit = -1 }
167attach	mfc at zbus
168
169device	mfcs
170attach	mfcs at mfc
171device	mfcp
172attach	mfcp at mfc
173file	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
174
175# DraCo internal com port
176device	drcom: tty
177attach	drcom at mainbus
178file	arch/amiga/dev/drcom.c		drcom needs-count
179
180include "../../../dev/scsipi/files.scsipi"
181major	{sd = 4}
182major	{st = 5}
183major	{cd = 7}
184
185# handle gvp's odd autoconf info..
186device	gvpbus {}
187attach	gvpbus at zbus
188file	arch/amiga/dev/gvpbus.c		gvpbus
189
190# wd 33c93 contrllers
191define	sbic 
192file	arch/amiga/dev/sbic.c		sbic
193
194# GVP series II
195device	gtsc: scsi, sbic
196attach	gtsc at gvpbus
197file	arch/amiga/dev/gtsc.c		gtsc needs-flag
198
199# Amiga 3000 internal
200device	ahsc: scsi, sbic
201attach	ahsc at mainbus
202file	arch/amiga/dev/ahsc.c		ahsc needs-flag
203
204# C= A2091
205device atzsc: scsi, sbic
206attach atzsc at zbus
207file	arch/amiga/dev/atzsc.c		atzsc needs-flag
208
209# ncr 5380 controllers
210define	sci
211file	arch/amiga/dev/sci.c		sci
212
213# Supra Wordsync II
214device	wstsc: scsi, sci
215attach	wstsc at zbus
216file	arch/amiga/dev/wstsc.c		wstsc needs-flag
217
218# IVS 
219device	ivsc: scsi, sci
220attach	ivsc at zbus
221file	arch/amiga/dev/ivsc.c		ivsc needs-flag
222
223# MLH
224device	mlhsc: scsi, sci
225attach	mlhsc at zbus
226file	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
227
228# CSA twelve gauge.
229device	otgsc: scsi, sci
230attach	otgsc at zbus
231file	arch/amiga/dev/otgsc.c		otgsc needs-flag
232
233# ncr 57c710 controllers
234define	siop
235file	arch/amiga/dev/siop.c		siop
236
237# PPI Zeus
238device	zssc: scsi, siop
239attach	zssc at zbus
240file	arch/amiga/dev/zssc.c		zssc needs-flag
241
242# CSA Magnum
243device	mgnsc: scsi, siop
244attach	mgnsc at zbus
245file	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
246
247# MacroSystems USA Warp Engine
248device	wesc: scsi, siop
249attach	wesc at zbus
250file	arch/amiga/dev/wesc.c		wesc needs-flag
251
252# C= A4091 & A4000T
253device	afsc: scsi, siop
254attach	afsc at zbus
255device	aftsc: scsi, siop
256attach	aftsc at mainbus
257file	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
258
259# Emulex ESP216 & FAS216 controllers
260define	sfas
261file	arch/amiga/dev/sfas.c		sfas
262
263# FastlaneZ3
264device	flsc: scsi, sfas
265attach	flsc at zbus
266file	arch/amiga/dev/flsc.c		flsc needs-flag
267
268# Blizzard1230-I,II
269device	bzsc: scsi, sfas
270attach	bzsc at zbus
271file	arch/amiga/dev/bzsc.c		bzsc needs-flag
272
273# Blizzard2060 scsi
274device	bztzsc: scsi, sfas
275attach	bztzsc at zbus
276file	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
277
278# EMPLANT
279device	empsc: scsi, sci
280attach	empsc at zbus
281file	arch/amiga/dev/empsc.c		empsc needs-flag
282
283# Amiga 4000/1200 IDE masquerading as SCSI
284device	idesc: scsi
285attach	idesc at mainbus
286file	arch/amiga/dev/idesc.c		idesc needs-flag
287
288# MacroSystem DraCo internal
289device	drsc: scsi, siop
290attach	drsc at mainbus
291file  arch/amiga/dev/drsc.c           drsc needs-flag
292
293# MacroSystem DraCo internal DS2404 hwc
294device	drbbc
295attach	drbbc at mainbus
296file	arch/amiga/dev/drbbc.c		drbbc
297
298# list of standard files...
299include	"arch/m68k/fpe/files.fpe"
300
301file	dev/cons.c			ite | ser
302file	dev/cninit.c			ite | ser
303file	arch/amiga/amiga/amiga_init.c
304file	arch/amiga/amiga/autoconf.c
305file	arch/amiga/amiga/cia.c
306file	arch/amiga/amiga/conf.c
307file	arch/amiga/amiga/disksubr.c
308file	arch/amiga/amiga/dkbad.c
309file	arch/amiga/amiga/machdep.c
310file	arch/amiga/amiga/mem.c
311file	arch/amiga/amiga/pmap.c
312file	arch/amiga/amiga/sys_machdep.c
313file	arch/amiga/amiga/trap.c
314file	arch/amiga/amiga/vm_machdep.c
315file	arch/amiga/amiga/cc.c
316file	arch/amiga/amiga/db_memrw.c	ddb
317major	{vnd = 6}
318
319# Compatibility modules
320
321# SunOS Binary Compatibility (COMPAT_SUNOS)
322include "../../../compat/sunos/files.sunos"
323file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
324
325