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