AMIGA revision 1.24
1# $NetBSD: AMIGA,v 1.24 2000/01/23 21:31:30 aymeric Exp $
2#
3# This file was automatically created. Changes will be
4# lost when running make in this directory.
5#
6# Created from: 
7#$ NetBSD: GENERIC,v 1.133 2000/01/22 21:16:56 is Exp $
8
9include "arch/amiga/conf/std.amiga"
10
11maxusers	8
12options 	RTC_OFFSET=0
13
14#mainboards to support (in addition to Amiga)
15
16options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
17				# MC68060 with an OS ROM up to (at least) 
18				# V40 (OS3.1) and want to boot with the
19				# bootblock.
20				# You do not need this if you have a DraCo,
21				# have no 68060 or NEVER use the bootblock
22options		P5PPC68KBOARD	# Phase5 PPC/68K board support
23
24#processors this kernel should support
25
26options 	M68060		# support for 060
27options 	M060SP		# MC68060 software support (Required for 060)
28
29options 	M68040		# support for 040
30options 	FPSP		# MC68040 floating point support
31options 	M68030		# support for 030
32options 	M68020		# support for 020/851
33options 	FPU_EMULATE	# FPU emulation
34
35#Pull in config fragments for kernel crypto.  This is required for
36#options IPSEC etc. to work. If you want to run with IPSEC, uncomment
37#one of these, based on whether you use crypto-us or crypto-intl, and
38#adjust the prefixes as necessary.
39
40#prefix ../crypto-us/sys
41#cinclude "conf/files.crypto-us"
42#prefix
43#prefix ../crypto-intl/sys
44#cinclude "conf/files.crypto-intl"
45#prefix
46#Networking options
47
48options 	INET		# IP networking support (Required)
49options 	INET6		# IPV6
50#options 	IPSEC		# IP security
51#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
52#options 	IPSEC_DEBUG	# debug for IP security
53#options 	GATEWAY		# Packet forwarding
54#options 	DIRECTED_BROADCAST	# Broadcast across subnets
55#options 	MROUTING	# Multicast routing
56options 	NS		# XNS
57#options 	NSIP		# XNS tunneling over IP
58options 	ISO,TPIP	# OSI
59options 	EON		# OSI tunneling over IP
60options 	CCITT,LLC,HDLC	# X.25
61options 	NETATALK	# AppleTalk networking protocols
62options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
63options 	PPP_DEFLATE	# Deflate compression support for PPP
64options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
65options 	PFIL_HOOKS	# pfil(9) packet filter hooks
66options 	IPFILTER_LOG	# ipmon(8) log support
67
68file-system 	FFS		# Berkeley fast file system
69file-system 	EXT2FS		# second extended file system (linux)
70#file-system 	LFS		# log-structured filesystem (experimental)
71file-system 	MFS		# Memory based filesystem
72file-system 	NFS		# Network File System client side code
73file-system 	ADOSFS		# AmigaDOS file system
74file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
75file-system 	MSDOSFS		# MS-DOS filesystem
76file-system 	FDESC		# user file descriptor filesystem
77file-system 	KERNFS		# kernel data-structure filesystem
78file-system 	NULLFS		# loopback filesystem
79file-system 	OVERLAY		# overlay filesystem
80#file-system 	PORTAL		# Portal filesystem
81file-system 	PROCFS		# /proc filesystem
82file-system 	UMAPFS		# NULLFS + uid and gid remapping
83file-system 	UNION		# union filesystem
84
85#Filesystem options
86options 	QUOTA		# User and group quotas in FFS
87#options 	FFS_EI		# FFS Endian Independant support
88#options 	SOFTDEP         # FFS soft updates support.
89options 	NFSSERVER	# Network File System server side code
90#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
91				# immutable) behave as system flags.
92
93#Compatability options for various existing systems
94
95options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
96options 	COMPAT_43	# compatibility with 4.3BSD interfaces
97options 	COMPAT_09	# compatibility with NetBSD 0.9
98options 	COMPAT_10	# compatibility with NetBSD 1.0
99options 	COMPAT_12	# compatibility with NetBSD 1.2
100options 	COMPAT_13	# compatibility with NetBSD 1.3
101options 	COMPAT_14	# compatibility with NetBSD 1.4
102options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
103options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
104options 	COMPAT_NOMID	# allow nonvalid machine id executables
105#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
106options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
107
108#Support for System V IPC facilities.
109
110options 	SYSVSHM		# System V-like shared memory
111options 	SYSVMSG		# System V-like messages
112options 	SYSVSEM		# System V-like semaphores
113
114#Support for various kernel options
115
116options 	KTRACE		# system call tracing support
117options 	LKM		# Loadable kernel modules
118options 	NKMEMCLUSTERS=256	# Size of kernel malloc area
119options 	UCONSOLE	# anyone can redirect a virtual console
120#options 	INSECURE	# allow, among other insecure stuff, LKM 
121				# loading in multi-user mode.
122options 	SCSIVERBOSE	# Verbose SCSI errors
123
124options 	NTP		# NTP phase/frequency locked loop
125
126#Misc. debugging options
127
128options 	DDB		# Kernel debugger
129#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
130options 	DIAGNOSTIC	# Extra kernel sanity checks
131#options 	DEBUG		# Enable misc. kernel debugging code
132#options 	SYSCALL_DEBUG	# debug all syscalls.
133#options 	SCSIDEBUG	# Add SCSI debugging statements
134#options 	PANICBUTTON	# Forced crash via keypress (???)
135
136#Amiga specific options
137
138#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
139				# first bank of RAM. (default: unlimited)
140#options	NKPTADD=4	# set this for 4 additional KPT pages
141#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
142				# per 16 MB (1<<24 bytes) of RAM
143                                # define and decrease this, or define and
144                                # increase NKPTADD if you get "out of PT pages"
145                                # panics.
146
147#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
148#before the 10 secondinterval ends, or that KBDRESET does work at all.
149#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
150
151#These options improve performance with the built-in serial port
152#on slower Amigas.  Try the larger buffers first then lev6_defer.
153#options 	SERIBUF_SIZE=4096
154#options 	SEROBUF_SIZE=32
155#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
156
157options 	RETINACONSOLE	# enable code to allow retina to be console
158
159options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
160options 	CL5426CONSOLE	# Cirrus console
161options 	CV64CONSOLE	# CyberVision console
162options 	TSENGCONSOLE	# Tseng console
163options 	CV3DCONSOLE	# CyberVision 64/3D console
164
165options 	GRF_ECS		# Enhanced Chip Set
166options 	GRF_NTSC	# NTSC
167options 	GRF_PAL		# PAL
168options 	GRF_A2024	# Support for the A2024
169options 	GRF_AGA		# AGA Chip Set
170options 	GRF_AGA_VGA	# AGA VGAONLY timing
171options 	GRF_SUPER72	# AGA Super-72
172
173#options 	KFONT_8X11	# 8x11 font
174
175#This is how you would tell the kernel the A2410 oscillator frequencies:
176#The used frequencies are the defaults, and do not need option setting
177#options 	ULOWELL_OSC1=36000000
178#options 	ULOWELL_OSC2=66667000
179
180#This is how you specify the blitting speed, higher values may speed up blits
181#a littel bit.  If you raise this value too much some trash may appear.
182#the commented version is the default.
183#options 	RH_MEMCLK=61000000
184#this option enables the 64 bit sprite which does not work
185#for quite a few people.  E.g. The cursor sprite will turn to a block
186#when moved to the top of the screen in X.
187#options 	RH_64BIT_SPRITE
188#enables fast scroll code appears to now work on 040 systems.
189#options 	RETINA_SPEED_HACK
190#enables the Hardwarecursor which does not work on some systems.
191#options 	RH_HARDWARECURSOR
192
193grfcc0		at mainbus0		# custom chips
194grfrt0		at zbus0		# retina II
195
196grfrh0		at zbus0		# retina III
197
198grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
199grful0		at zbus0		# A2410
200grfcv0		at zbus0		# CyberVision 64
201grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
202grfcv3d0	at zbus0		# CyberVision 64/3D
203
204grf0		at grfcc0
205grf1		at grfrt0
206
207grf2		at grfrh0
208
209grf3		at grfcl?
210grf4		at grful0
211grf5		at grfcv0
212grf6		at grfet?
213grf7		at grfcv3d0
214
215ite0		at grf0			# terminal emulators for grfs
216ite1		at grf1			# terminal emulators for grfs
217
218ite2		at grf2			# terminal emulators for grfs
219
220ite3		at grf3			# terminal emulators for grfs
221ite4		at grf4			# terminal emulators for grfs
222ite5		at grf5			# terminal emulators for grfs
223ite6		at grf6			# terminal emulators for grfs
224ite7		at grf7			# terminal emulators for grfs
225
226msc0		at zbus0		# A2232 MSC multiport serial.
227mfc0		at zbus0		# MultiFaceCard I/O board
228mfcs0		at mfc0 unit 0		# MFC serial
229mfcs1		at mfc0 unit 1		# MFC serial
230#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
231#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
232#mfcs2		at mfc1 unit 0
233#mfcs3		at mfc1 unit 1
234#mfcp1		at mfc1 unit 0
235
236hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
237#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
238com*		at hyper? port ?	# Hypercom3/4 serial ports
239lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
240
241#Amiga Mainboard devices (sans graphics and keyboard)
242
243ser0		at mainbus0		# Amiga onboard serial
244par0		at mainbus0		# Amiga onboard parallel
245ms*		at mainbus0		# Amiga mice
246fdc0		at mainbus0		# Amiga FDC
247fd*		at fdc0 unit ?		# floppy disks on the later
248a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
249a2kbbc0 	at mainbus0		# A2000 battery backed clock
250aucc*		at mainbus0		# Amiga CC audio
251audio*		at aucc?
252
253#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
254
255#Alas, Melody-Z2 dont configure in the DraCo bus. 
256melody* 	at zbus0		# Melody MPEG audio decoder
257audio*		at melody?
258
259#Ethernet cards:
260le*		at zbus0		# A2065, Ameristar, Ariadne
261ne*		at zbus0		# AriadneII
262ed*		at zbus0		# Hydra, ASDG LanRover
263es*		at zbus0		# CEI A4066 EthernetPLUS
264qn*		at zbus0		# Quicknet
265
266bah*		at zbus0		# C=/Ameristar A2060 / 560
267
268#Greater Valley Product Bus
269gvpbus* 	at zbus0
270
271#scsi stuff, all possible
272gtsc0		at gvpbus?		# GVP series II scsi
273scsibus*	at gtsc0
274ahsc0		at mainbus0		# A3000 scsi
275scsibus*	at ahsc0
276atzsc0		at zbus0		# A2091 scsi
277scsibus*	at atzsc0
278wstsc0		at zbus0		# Wordsync II scsi
279scsibus*	at wstsc0
280ivsc0		at zbus0		# IVS scsi
281scsibus*	at ivsc0
282mlhsc0		at zbus0		# Hacker scsi
283scsibus*	at mlhsc0
284otgsc0		at zbus0		# 12 gauge scsi
285scsibus*	at otgsc0
286zssc0		at zbus0		# Zeus scsi
287scsibus*	at zssc0
288mgnsc0		at zbus0		# Magnum scsi
289scsibus*	at mgnsc0
290wesc0		at zbus0		# Warp Engine scsi
291scsibus*	at wesc0
292afsc0		at zbus0		# A4091 scsi
293scsibus*	at afsc0
294aftsc0		at mainbus0		# A4000T scsi
295scsibus*	at aftsc0
296flsc0		at zbus0		# FastlaneZ3 scsi
297scsibus*	at flsc0
298bzsc0		at zbus0		# Blizzard 1230 I,II scsi 
299scsibus*	at bzsc0
300bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
301scsibus*	at bzivsc0
302bztzsc0 	at zbus0		# Blizzard 2060 scsi
303scsibus*	at bztzsc0
304cbsc0		at zbus0		# CyberSCSI I
305scsibus*	at cbsc0
306cbiisc0 	at zbus0		# CyberSCSI II
307scsibus*	at cbiisc0
308cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
309scsibus*	at cbiiisc0
310empsc0		at zbus0		# Emplant scsi
311scsibus*	at empsc0
312idesc0		at mainbus0		# A4000 & A1200 IDE
313scsibus*	at idesc0
314
315#pccard0		at mainbus0
316#pcmcia*		at pccard0
317#com*		at pcmcia? function ?		# Modems and serial cards
318#pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
319#aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
320##wdc*		at pcmcia? function ?
321#awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
322##ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
323#mbe*		at pcmcia? function ?		# MB8696x based Ethernet
324#ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
325#sm*		at pcmcia? function ?		# Megahertz Ethernet
326#mhzc*		at pcmcia? function ?    # Megahertz Ethernet/Modem combo cards
327#com*		at mhzc?
328#sm*		at mhzc?
329
330#each hard drive from low target to high
331#will configure to the next available sd unit number
332sd*	at scsibus? target ? lun ?	# scsi disks
333st*	at scsibus? target ? lun ?	# scsi tapes
334cd*	at scsibus? target ? lun ?	# scsi cds
335ss*	at scsibus? target ? lun ?	# scsi scanner
336ch*	at scsibus? target ? lun ?	# scsi autochangers
337uk*	at scsibus? target ? lun ?	# scsi unknown
338
339pseudo-device	loop			# loopback network interface
340pseudo-device	sl		1	# SLIP network interfaces
341pseudo-device	ppp		1	# PPP network interfaces
342pseudo-device	tun		1	# network tunnel line discipline
343#pseudo-device	gre		2	# generic L3 over IP tunnel
344#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
345pseudo-device	bpfilter	16	# Berkeley packet filter
346pseudo-device	ipfilter		# IP Filter package
347pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
348#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
349
350pseudo-device	view		4	# views (needed for grfcc)
351pseudo-device	pty		16	# pseudo ptys
352
353pseudo-device	vnd		4	# vnode pseudo-disks
354pseudo-device	ccd		4	# concatenated disk devices
355#pseudo-device	raid		4	# RAIDframe disk driver
356
357#rnd is EXPERIMENTAL at this point.
358#pseudo-device  rnd                     # /dev/random and in-kernel generator
359#options        RND_COM                 # use "com" randomness as well (BROKEN)
360
361config	netbsd root on ? type ?
362