GENERIC revision 1.58
1#	$NetBSD: GENERIC,v 1.58 1996/08/11 09:48:21 veego Exp $
2
3#
4# GENERIC AMIGA
5#
6# This configuration file contains all possible options
7#
8
9include "std.amiga"
10
11maxusers	8
12options		TIMEZONE=300, DST=1
13
14#
15# processors this kernel should support
16#
17options		"M68040"	# support for 040
18options		FPSP		# MC68040 floating point support
19options		"M68030"	# support for 030
20options		"M68020"	# support for 020/851
21options		FPCOPROC	# Support for MC6888[12] (Required)
22
23options		SWAPPAGER	# Pager for processes (Required)
24options		VNODEPAGER	# Pager for vnodes (Required)
25options		DEVPAGER	# Pager for devices (Required)
26
27#
28# Networking options
29#
30options		INET		# IP networking support (Required)
31#options	GATEWAY		# Packet forwarding
32#options	DIRECTED_BROADCAST	# Broadcast across subnets
33#options	MROUTING	# Multicast routing
34#options	NS		# XNS
35#options	ISO,TPIP	# OSI
36#options	EON		# OSI tunneling over IP
37#options	CCITT,LLC,HDLC	# X.25
38#options	PPP_BSDCOMP,PPP_DEFLATE	# BSD compression for PPP
39
40#
41# File systems
42#
43options		FFS		# Berkeley fast file system
44options		QUOTA		# UFS quotas
45#options	LFS		# log-structured filesystem
46options		MFS		# Memory based filesystem
47
48options		NFSSERVER	# Network File System server side code
49options		NFSCLIENT	# Network File System client side code
50
51options		ADOSFS		# AmigaDOS file system
52options		CD9660		# ISO 9660 + Rock Ridge file system
53options		MSDOSFS		# MS-DOS file system
54options		FDESC		# /dev/fd
55options		FIFO		# FIFOs; RECOMMENDED
56options		KERNFS		# /kern
57options		NULLFS		# loopback file system
58#options	PORTAL		# Portal Filesystem
59options		PROCFS		# /proc
60options		UMAPFS		# NULLFS + uid and gid remapping
61options		UNION		# union file system
62
63
64#
65# Compatability options for various existing systems
66#
67options		"COMPAT_10"	# compatability with older NetBSD release
68options		"COMPAT_09"	# compatability with older NetBSD release
69options		"COMPAT_43"	# 4.3 BSD compatible system calls
70options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
71options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
72options		"COMPAT_NOMID"	# allow nonvalid machine id executables
73#options	COMPAT_HPUX	# HP300 compatability
74
75#
76# Support for System V IPC facilities.
77#
78options		SYSVSHM		# System V-like shared memory
79options		SYSVMSG		# System V-like messages
80options		SYSVSEM		# System V-like semaphores
81
82#
83# Support for various kernel options
84#
85
86options		UCONSOLE	# anyone can redirect a virtual console
87#options	INSECURE	# allow, among other insecure stuff, LKM 
88				# loading in multi-user mode.
89
90options		GENERIC		# Mini-root boot support
91options		LKM		# Loadable kernel modules
92options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
93
94#
95# Misc. debuging options
96#
97options		DDB		# Kernel debugger
98options		DIAGNOSTIC	# Add additional error checking code
99options		KTRACE		# Add kernel tracing system call
100#options	DEBUG		# Add debugging statements
101#options	SYSCALL_DEBUG	# debug all syscalls.
102#options	SCSIDEBUG	# Add SCSI debugging statements
103#options	PANICBUTTON	# Forced crash via keypress (???)
104
105#
106# Amiga specific options
107#
108options		MACHINE_NONCONTIG # Non-contiguous memory support
109#options	KBDRESET	# sync on Ctrl-Amiga-Amiga
110
111# These options improve performance with the built-in serial port
112# on slower Amigas.  Try the larger buffers first then lev6_defer.
113#options	"SERIBUF_SIZE=4096"
114#options	"SEROBUF_SIZE=32"
115#options	LEV6_DEFER	# defers l6 to l4 (below serial l5)
116
117options		RETINACONSOLE	# enable code to allow retina to be console
118options		ULOWELLCONSOLE	# enable code to allow a2410 to be console
119options		CL5426CONSOLE	# Cirrus console
120options		CV64CONSOLE	# CyberVision console
121options		TSENGCONSOLE	# Tseng console
122
123options		GRF_ECS		# Enhanced Chip Set
124options		GRF_NTSC	# NTSC
125options		GRF_PAL		# PAL
126options		"GRF_A2024"	# Support for the A2024
127options		GRF_AGA		# AGA Chip Set
128#options	"KFONT_8X11"	# 8x11 font
129
130# This is how you would tell the kernel the A2410 oscillator frequencies:
131# The used frequencies are the defaults, and don't need option setting
132#options	"ULOWELL_OSC1=36000000"
133#options	"ULOWELL_OSC2=66667000"
134
135# This is how you specify the blitting speed, higher values may speed up blits
136# a littel bit.  If you raise this value too much some trash may appear.
137# the commented version is the default.
138#options	RH_MEMCLK 61000000
139# this option enables the 64 bit sprite which doesn't seems to be work
140# for quite a few people.  E.g. The cursor sprite will turn to a block
141# when moved to the top of the screen in X.
142#options	RH_64BIT_SPRITE
143# enables fast scroll code appears to now work on 040 systems.
144#options	RETINA_SPEED_HACK
145# enables the Hardwarecursor which does not work on some systems.
146#options	RH_HARDWARECURSOR
147
148grfcc0		at mainbus0		# custom chips
149grfrt0		at zbus0		# retina II
150grfrh0		at zbus0		# retina III
151grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
152grful0		at zbus0		# A2410
153grfcv0		at zbus0		# CyberVision 64
154grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
155
156grf0		at grfcc0
157grf1		at grfrt0
158grf2		at grfrh0
159grf3		at grfcl?
160grf4		at grful0
161grf5		at grfcv0
162grf6		at grfet?
163
164ite0		at grf0			# terminal emulators for grf's
165ite1		at grf1			# terminal emulators for grf's
166ite2		at grf2			# terminal emulators for grf's
167ite3		at grf3			# terminal emulators for grf's
168ite4		at grf4			# terminal emulators for grf's
169ite5		at grf5			# terminal emulators for grf's
170ite6		at grf6			# terminal emulators for grf's
171
172msc0		at zbus0		# A2232 MSC multiport serial.
173mfc0		at zbus0		# MultiFaceCard I/O board
174mfcs0		at mfc0 unit 0		# MFC serial
175mfcs1		at mfc0 unit 1		# MFC serial
176#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
177#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
178#mfcs2		at mfc1 unit 0
179#mfcs3		at mfc1 unit 1
180#mfcp1		at mfc1 unit 0
181
182le0		at zbus0		# Lance ethernet.
183ed0		at zbus0		# dp8390 ethernet
184es0		at zbus0		# SMC 91C90 ethernet
185qn0		at zbus0		# quicknet ethernet
186ae0		at zbus0		# Ariadne ethernet
187bah0		at zbus0		# C= arcnet
188
189
190# scsi stuff, all possible
191gvpbus*		at zbus0
192gtsc0		at gvpbus?		# GVP series II scsi
193ahsc0		at mainbus0		# A3000 scsi
194atzsc0		at zbus0
195wstsc0		at zbus0		# Wordsync II scsi
196ivsc0		at zbus0		# IVS scsi
197mlhsc0		at zbus0		# Hacker scsi
198otgsc0		at zbus0		# 12 gauge scsi
199zssc0		at zbus0		# Zeus scsi
200mgnsc0		at zbus0		# Magnum scsi
201wesc0		at zbus0		# Warp Engine scsi
202idesc0		at mainbus0		# A4000 & A1200 IDE
203afsc0		at zbus0		# A4091 scsi
204aftsc0		at mainbus0		# A4000T scsi
205flsc0		at zbus0		# FastlaneZ3 scsi
206bzsc0		at zbus0		# Blizzard 1230 scsi
207empsc0		at zbus0		# Emplant
208
209scsibus*	at gtsc0
210scsibus*	at ahsc0
211scsibus*	at atzsc0
212scsibus*	at wstsc0
213scsibus*	at ivsc0
214scsibus*	at mlhsc0
215scsibus*	at otgsc0
216scsibus*	at zssc0
217scsibus*	at mgnsc0
218scsibus*	at wesc0
219scsibus*	at idesc0
220scsibus*	at afsc0
221scsibus*	at aftsc0
222scsibus*	at flsc0
223scsibus*	at bzsc0
224scsibus*	at empsc0
225
226# each hard drive from low target to high
227# will configure to the next available sd unit number
228sd*	at scsibus? target ? lun ?	# scsi disks
229st*	at scsibus? target ? lun ?	# scsi tapes
230ss*	at scsibus? target ? lun ?	# scsi scanner
231cd*	at scsibus? target ? lun ?	# scsi cd's
232
233pseudo-device	loop	1		# network loopback
234pseudo-device	sl	1		# slip
235pseudo-device	ppp	1		# ppp
236#pseudo-device	tun	1		# network tunnel line discipline
237pseudo-device	bpfilter	4	# berkeley packet filters
238
239pseudo-device	view	10		# views
240pseudo-device	pty	16		# pseudo terminals
241
242pseudo-device	vnd	4		# paging to files
243#pseudo-device	ccd	4		# concatenated disk devices
244
245config	netbsd swap on generic
246