xref: /netbsd-src/sys/arch/amiga/conf/AMIGA (revision d9158b13b5dfe46201430699a3f7a235ecf28df3)
1#	$Id: AMIGA,v 1.8 1994/04/15 02:33:04 chopps Exp $
2
3machine		"amiga"
4#cpu		"M68020"
5cpu		"M68030"
6#cpu		"M68040"
7ident		AMIGA
8
9#seems cpu-options don't work in files.amiga conditionals..
10#options		FPSP
11
12timezone	6 dst
13maxusers	16
14maxfdescs	2048
15
16# Standard options
17options		"COMPAT_09"
18#options	QUOTA
19options		SWAPPAGER,VNODEPAGER,DEVPAGER,BANKEDDEVPAGER
20options		INET
21options		FFS
22options		NFS,NFSSERVER,NFSCLIENT
23options		MFS
24options		ISOFS
25options		FIFO
26#options		MSDOSFS
27options		KERNFS
28options		FDESC
29#options		ISO
30#options		TPIP
31options		PROCFS,LOFS,PORTAL
32
33#options		COMPAT_SUNOS
34
35# Graphics options
36options		GRF
37options		GRF_CUSTOM_CHIP_MODES
38options		GRF_OCS
39options		GRF_ECS
40#options	GRF_ACS
41options		GRF_NTSC
42options		GRF_PAL
43options		"GRF_A2024"
44
45options		"COMPAT_43"
46options		"TCP_COMPAT_42"
47options		"COMPAT_NOMID"
48options		"HAVE_USL_UFS"
49options		"PANICWAIT"
50
51# Options for all HP machines
52options		SYSVSHM,SYSVMSG,SYSVSEM
53#options		HPUXCOMPAT
54
55# Options specific to this host.
56options		DIAGNOSTIC,FPCOPROC
57# options		PANICBUTTON
58options		KTRACE
59#options		"BUFPAGES=900"
60options		"NKMEMCLUSTERS=256"
61options		GENERIC
62#options		PROFTIMER,"PRF_INTERVAL=500"
63#options		KGDB,"KGDBDEV=15*256+2","KGDBRATE=19200"
64options		"PPP_OUTQ_SIZE=4096"
65
66#config		netbsd root on sd6a swap on sd6b
67config		netbsd swap generic
68
69# manufacturer 1 is a pseudo and stands for `builtin'
70master		a3000scsi0	at manufacturer	1	product	1
71master		a2091scsi0	at manufacturer 514	product 3
72master		gvp11scsi0	at manufacturer 2017	product 11
73master		zeusscsi0	at manufacturer	2026	product	150
74#master		magnumscsi0	at manufacturer	1058	product	17
75#master		floppy0	at manufacturer	1	product	2
76
77# further builtin devices
78device		ser0	at manufacturer	1	product	3
79#device		clock	at manufacturer	1	product 4
80device		par0	at manufacturer	1	product	6
81
82disk		sd0	at a3000scsi0 slave 0
83disk		sd0	at a2091scsi0 slave 0
84disk		sd0	at gvp11scsi0 slave 0
85disk		sd0	at zeusscsi0 slave 0
86#disk		sd0	at magnumscsi0 slave 0
87
88disk		sd1	at a3000scsi0 slave 1
89disk		sd1	at a2091scsi0 slave 1
90disk		sd1	at gvp11scsi0 slave 1
91disk		sd1	at zeusscsi0 slave 1
92#disk		sd1	at magnumscsi0 slave 1
93
94disk		sd2	at a3000scsi0 slave 2
95disk		sd2	at a2091scsi0 slave 2
96disk		sd2	at gvp11scsi0 slave 2
97disk		sd2	at zeusscsi0 slave 2
98#disk		sd2	at magnumscsi0 slave 2
99
100disk		sd3	at a3000scsi0 slave 3
101disk		sd3	at a2091scsi0 slave 3
102disk		sd3	at gvp11scsi0 slave 3
103disk		sd3	at zeusscsi0 slave 3
104#disk		sd3	at magnumscsi0 slave 3
105
106disk		sd4	at a3000scsi0 slave 4
107disk		sd4	at a2091scsi0 slave 4
108disk		sd4	at gvp11scsi0 slave 4
109disk		sd4	at zeusscsi0 slave 4
110#disk		sd4	at magnumscsi0 slave 4
111
112disk		sd5	at a3000scsi0 slave 5
113disk		sd5	at a2091scsi0 slave 5
114disk		sd5	at gvp11scsi0 slave 5
115disk		sd5	at zeusscsi0 slave 5
116#disk		sd5	at magnumscsi0 slave 5
117
118disk		sd6	at a3000scsi0 slave 6
119disk		sd6	at a2091scsi0 slave 6
120disk		sd6	at gvp11scsi0 slave 6
121disk		sd6	at zeusscsi0 slave 6
122#disk		sd6	at magnumscsi0 slave 6
123
124tape		st0	at a3000scsi0 slave ?
125tape		st0	at a2091scsi0 slave ?
126tape		st0	at gvp11scsi0 slave ?
127tape		st0	at zeusscsi0 slave ?
128#tape		st0	at magnumscsi0 slave ?
129
130tape		st1	at a3000scsi0 slave ?
131tape		st1	at a2091scsi0 slave ?
132tape		st1	at gvp11scsi0 slave ?
133tape		st1	at zeusscsi0 slave ?
134#tape		st1	at magnumscsi0 slave ?
135
136device		grf0	at manufacturer	1	product	7
137device		grf1	at manufacturer	18260	product	6
138
139# builtin clock (should all identify as "rtclock")
140device		rtclocka0 at manufacturer 1	product 4
141device		rtclockb0 at manufacturer 1	product 9
142
143
144# ethernet board
145device		le0	at manufacturer ?	product ?
146
147# my dear A2410
148#device		tiga0	at manufacturer 1030	product 0
149
150pseudo-device	sl	1
151pseudo-device	ppp	1
152pseudo-device	bpfilter 16
153pseudo-device	ite	2
154pseudo-device	view	10
155pseudo-device	kbd	1
156pseudo-device	mouse	2
157pseudo-device	pty
158pseudo-device	loop
159pseudo-device	ether
160#pseudo-device	vn	10
161